Libraryless. Click here for Pure Java version (3306L/18K).
1 | svoid savePNGVerbose(BufferedImage img, File file) ctex { |
2 | savePNG(img, file); |
3 | print("Saved PNG: " + f2s(file)); |
4 | } |
5 | |
6 | svoid savePNGVerbose(File file, BufferedImage img) { |
7 | savePNGVerbose(img, file); |
8 | } |
Began life as a copy of #1015323
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
Snippet ID: | #1032042 |
Snippet name: | savePNGVerbose |
Eternal ID of this version: | #1032042/1 |
Text MD5: | 607f20dbbbaabd609488bd1459b7ae67 |
Transpilation MD5: | 1576a86d9b105c603b64c184b6dc4960 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-08-11 05:15:06 |
Source code size: | 209 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 154 / 225 |
Referenced in: | [show references] |