1 | static File saveGIF_verbose(BufferedImage img, File f) ctex {
|
2 | ImageIO.write(img, "gif", mkdirsFor(f)); |
3 | print("Wrote " + fileInfo(f));
|
4 | vmBus_send('wroteFile, f);
|
5 | ret f; |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020982 |
| Snippet name: | saveGIF_verbose |
| Eternal ID of this version: | #1020982/4 |
| Text MD5: | 22ea477bb316f9158bed442ab4e0c2cf |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-15 19:31:34 |
| Source code size: | 182 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 500 / 542 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |