Libraryless. Click here for Pure Java version (80L/1K).
static BufferedImage loadBufferedImageFile(File file) ctex { if (!isFile(file)) null; ifdef QOI if (hasExtension(file, ".qoi")) ret loadQOI(file); endifdef ret ImageIO.read(file); }
Began life as a copy of #1003723
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
Snippet ID: | #1032004 |
Snippet name: | loadBufferedImageFile |
Eternal ID of this version: | #1032004/2 |
Text MD5: | 16b048882b2883eb50228286e5bb8f54 |
Transpilation MD5: | 5de0764d878a286f4ab1faa29681a61d |
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:41:59 |
Source code size: | 206 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 193 / 272 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |