1 | static File convertToGIF(File imageFile) {
|
2 | ret saveGIF_verbose(loadImage2(imageFile), changeExtension(imageFile, ".gif")); |
3 | } |
4 | |
5 | static File convertToGIF(S imageFile) {
|
6 | ret convertToGIF(newFile(imageFile)); |
7 | } |
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: | 455 / 507 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |