Igis Snippet: Animated GIF

From Coder Merlin
Revision as of 12:05, 27 April 2022 by David-ben-yaakov (talk | contribs) (Created page with "Igis doesn't support animated GIFs (because the HTML5 Canvas doesn't) but you can split an animated GIF into multiple files with: <syntaxhighlight lang="bash"> convert img.gif -coalesce xx_%05d.png </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Igis doesn't support animated GIFs (because the HTML5 Canvas doesn't) but you can split an animated GIF into multiple files with:

convert img.gif -coalesce xx_%05d.png