1 | static File saveJPEG(BufferedImage img, File file) { |
2 | saveJPG(img, file); |
3 | ret file; |
4 | } |
5 | |
6 | static File saveJPEG(File file, BufferedImage img) { |
7 | saveJPG(img, file); |
8 | ret file; |
9 | } |
10 | |
11 | static File saveJPEG(S path, BufferedImage img) { |
12 | ret saveJPEG(img, newFile(path)); |
13 | } |
Began life as a copy of #1004891
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, ofpaelxlmzfo, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006835 |
Snippet name: | saveJPEG - synonym of saveJPG + swapped parameters |
Eternal ID of this version: | #1006835/11 |
Text MD5: | a69974de988b35004e27b39e10322c95 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-08-03 03:34:56 |
Source code size: | 279 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 546 / 608 |
Version history: | 10 change(s) |
Referenced in: | [show references] |