1 | static BufferedImage scaleToWidth(int width, BufferedImage img) { |
2 | ret scaleBufferedImageToWidth(width, img); |
3 | } |
4 | |
5 | static BufferedImage scaleToWidth(BufferedImage img, int width) { |
6 | ret scaleToWidth(width, img); |
7 | } |
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: | 406 / 445 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |