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).

1  
static ImageSurface showImageWithSelection(MakesBufferedImage img, Rect rect) {
2  
  ret showImageWithSelections(img, llNotNulls(rect));
3  
}
4  
5  
static ImageSurface showImageWithSelection(BufferedImage img, Rect rect) {
6  
  ret showImageWithSelections(img, llNotNulls(rect));
7  
}
8  
9  
static ImageSurface showImageWithSelection(BufferedImage img, DoubleRect rect) {
10  
  ret showImageWithSelection(img, toRect(rect));
11  
}

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: 128 / 215
Version history: 3 change(s)
Referenced in: [show references]