1 | static void saveJPGVerbose(BufferedImage img, File file) ctex {
|
2 | saveJPG(img, file); |
3 | print("Saved JPEG: " + f2s(file));
|
4 | } |
5 | |
6 | static void saveJPGVerbose(File file, BufferedImage img) {
|
7 | saveJPGVerbose(img, file); |
8 | } |
Began life as a copy of #1004891
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1015323 |
| Snippet name: | saveJPGVerbose |
| Eternal ID of this version: | #1015323/1 |
| Text MD5: | 55f5906806717775985884b9bc40674c |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-12 22:39:38 |
| Source code size: | 222 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 664 / 735 |
| Referenced in: | [show references] |