Skip to content

Instantly share code, notes, and snippets.

@alifahrri
Last active December 4, 2018 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alifahrri/e587305cf82135f32f859626408a6e4a to your computer and use it in GitHub Desktop.
Save alifahrri/e587305cf82135f32f859626408a6e4a to your computer and use it in GitHub Desktop.
gif to png files
convert -coalesce something.gif something.png

or

magick convert -coalesce something.gif something.png

the speed could be known using :

magick identify -verbose something.gif | grep 'Delay'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment