Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1006514 // Distinguish Images [dev.]

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (4362L/31K/106K).

!7

static ImageSurface is1, is2;

p-awt {
  is1 = new ImageSurface;
  is2 = new ImageSurface;
  showFrame(hgrid(withMargin(jscroll(is1)), withMargin(jscroll(is2;
  is1.setImage(new RGBImage(10, 10, Color.black));
  is2.setImage(new RGBImage(10, 10, Color.white));
  is1.zoomToWindow();
  is2.zoomToWindow();
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1006514
Snippet name: Distinguish Images [dev.]
Eternal ID of this version: #1006514/1
Text MD5: 063b99be1b6c6a98fc74f65d32727805
Transpilation MD5: da2fed116c701f31fc995bb46651c601
Author: stefan
Category: javax / ocr
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-01-12 20:19:13
Source code size: 322 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 440 / 477
Referenced in: [show references]