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

11
LINES

< > BotCompany Repo | #1027202 // showImageWithSelection

JavaX fragment (include) [tags: use-pretranspiled]

Uses 108K of libraries. Click here for Pure Java version (12747L/78K).

static ImageSurface showImageWithSelection(MakesBufferedImage img, Rect rect) {
  ret showImageWithSelections(img, llNotNulls(rect));
}

static ImageSurface showImageWithSelection(BufferedImage img, Rect rect) {
  ret showImageWithSelections(img, llNotNulls(rect));
}

static ImageSurface showImageWithSelection(BufferedImage img, DoubleRect rect) {
  ret showImageWithSelection(img, toRect(rect));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1027202
Snippet name: showImageWithSelection
Eternal ID of this version: #1027202/4
Text MD5: 9331e585389f7170bcaebb2120b96d42
Transpilation MD5: 45cd9019b2fac58d56d539b1b68d74ac
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-11 12:59:14
Source code size: 410 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 120 / 204
Version history: 3 change(s)
Referenced in: [show references]