Libraryless. Click here for Pure Java version (3306L/18K).
svoid savePNGVerbose(BufferedImage img, File file) ctex { savePNG(img, file); print("Saved PNG: " + f2s(file)); } svoid savePNGVerbose(File file, BufferedImage img) { savePNGVerbose(img, file); }
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: | 140 / 207 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |