static void saveJPEGVerbose(BufferedImage img, File file) { saveJPGVerbose(img, file); } static void saveJPEGVerbose(File file, BufferedImage img) { saveJPGVerbose(file, img); }
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019620 |
Snippet name: | saveJPEGVerbose - synonym of saveJPGVerbose |
Eternal ID of this version: | #1019620/1 |
Text MD5: | 51f73826ae3ae94b4e4c5797194327bc |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-11-14 17:08:22 |
Source code size: | 186 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 289 / 322 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |