static void saveJPGVerbose(BufferedImage img, File file) ctex { saveJPG(img, file); print("Saved JPEG: " + f2s(file)); } static void saveJPGVerbose(File file, BufferedImage img) { saveJPGVerbose(img, file); }
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: | 399 / 467 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1032042 - savePNGVerbose #1035942 - saveQOIVerbose |