Libraryless. Click here for Pure Java version (4775L/33K/111K).
| 1 | !752 | 
| 2 | |
| 3 | p {
 | 
| 4 | RGBImage img = shootScreen(); | 
| 5 | Rect r = biggestAreaColored(img, new Color(0xEEEEEE)); | 
| 6 | if (r == null) | 
| 7 |     print("Not found");
 | 
| 8 | else | 
| 9 | showZoomedImage(img.clip(r), 0.5); | 
| 10 | showRunMainAgainButton(); | 
| 11 | } | 
Began life as a copy of #1006203
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1006212 | 
| Snippet name: | Grab snippet text area from screen | 
| Eternal ID of this version: | #1006212/1 | 
| Text MD5: | 77967d73509a4d20e0f8181e74e6a766 | 
| Transpilation MD5: | c852d6e8a635260e444acc63989ac3a1 | 
| Author: | stefan | 
| Category: | javax / ocr | 
| Type: | JavaX source code | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2016-12-23 14:50:10 | 
| Source code size: | 225 bytes / 11 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 652 / 806 | 
| Referenced in: | [show references] |