Uses 38K of libraries. Click here for Pure Java version (9221L/51K).
1 | svoid saveQOIVerbose(BufferedImage img, File file) ctex {
|
2 | saveQOI(img, file); |
3 | print("Saved QOI: " + f2s(file));
|
4 | } |
5 | |
6 | svoid saveQOIVerbose(File file, BufferedImage img) {
|
7 | saveQOIVerbose(img, file); |
8 | } |
Began life as a copy of #1015323
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035942 |
| Snippet name: | saveQOIVerbose |
| Eternal ID of this version: | #1035942/1 |
| Text MD5: | 179c2e599dad5111aa78ccacee80811a |
| Transpilation MD5: | 85b5edea483473496403aad601c944a0 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-08-15 20:52:53 |
| Source code size: | 209 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 329 / 424 |
| Referenced in: | [show references] |