static File convertToGIF(File imageFile) { ret saveGIF_verbose(loadImage2(imageFile), changeExtension(imageFile, ".gif")); } static File convertToGIF(S imageFile) { ret convertToGIF(newFile(imageFile)); }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020981 |
Snippet name: | convertToGIF |
Eternal ID of this version: | #1020981/2 |
Text MD5: | 91bf22771453b2543f42e892b4b2a8ff |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-15 19:29:24 |
Source code size: | 215 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 242 / 291 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |