concept Screenshot { *() {} // for persistance *(BufferedImage img) { savePNG(pngFile(), img); } File pngFile() { ret prepareProgramFile(_programID(), "screenshot" + id + ".png"); } } Clip > MarkedClip { Screenshot screenshot; // todo: turn into Ref Rect positionInScreenshot; } concept Clip { long originalID; // ID in #1005389 BWImage img; S description; } concept Found { new Ref<Screenshot> screenshot; new Ref<Clip> clip; FoundImg fi; } concept FullySearched { new Ref<Screenshot> screenshot; new Ref<Clip> clip; }
Began life as a copy of #1005522
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1005530 |
| Snippet name: | PIF [Persistent Image Finder] Classes |
| Eternal ID of this version: | #1005530/1 |
| Text MD5: | 2dc11a2cfcb379c8c3c319aff93f4b30 |
| Author: | stefan |
| Category: | javax / ocr |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-12-03 15:03:42 |
| Source code size: | 595 bytes / 32 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 749 / 1597 |
| Referenced in: | [show references] |