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

7
LINES

< > BotCompany Repo | #1029765 // scaleToWidth - synonym of scaleBufferedImageToWidth

JavaX fragment (include)

static BufferedImage scaleToWidth(int width, BufferedImage img) {
  ret scaleBufferedImageToWidth(width, img);
}

static BufferedImage scaleToWidth(BufferedImage img, int width) {
  ret scaleToWidth(width, img);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1029765
Snippet name: scaleToWidth - synonym of scaleBufferedImageToWidth
Eternal ID of this version: #1029765/2
Text MD5: 0279a4dd04db418e6e72164d3e409a71
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-08 08:09:16
Source code size: 213 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 126 / 167
Version history: 1 change(s)
Referenced in: [show references]