Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1015323 // saveJPGVerbose

JavaX fragment (include)

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);
}

Author comment

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: 269 / 314
Referenced in: [show references]