Warning: session_start(): open(/var/lib/php/sessions/sess_a7n6ksq2aspdu5tj695h3mnpcj, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
resizeImageToHeight - synonym of scaleImageToHeight [1033205]

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

3
LINES

< > BotCompany Repo | #1033205 // resizeImageToHeight - synonym of scaleImageToHeight

JavaX fragment (include)

static BufferedImage resizeImageToHeight(BufferedImage img, int newH) {
  ret scaleImageToHeight(img, newH);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033205
Snippet name: resizeImageToHeight - synonym of scaleImageToHeight
Eternal ID of this version: #1033205/1
Text MD5: 13e8b3ebcfa37a2a4836de089a3bc1cf
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-16 03:42:50
Source code size: 110 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 588 / 587
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)