Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1035602 // loadBufferedImagePossiblyFixingGIFs

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (9402L/52K).

static Image loadBufferedImagePossiblyFixingGIFs(File file) {
  ifndef DontFixGIFs
  ret loadBufferedImageFixingGIFs(file);
  endifndef
  ifdef DontFixGIFs
  ret loadBufferedImage(file);
  endifdef
}

Author comment

Began life as a copy of #1015991

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035602
Snippet name: loadBufferedImagePossiblyFixingGIFs
Eternal ID of this version: #1035602/1
Text MD5: 7e0be240d1ae48bd6b17983e4b7834bc
Transpilation MD5: 058f176a60ff23aa5ad2c58729ba318c
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-06-26 18:04:42
Source code size: 208 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 72 / 80
Referenced in: [show references]