Last Updated: February 25, 2016
·
2.31K
· mokagio

Extract frames from gifs with ImageMagick

Let's say you you found a nice gif online. Like this one

Picture

Now let's say you need only one frame, or all the frames to make a sprite sheet for you videogame.

Let's also say you want to do it in the quickest way.

ImageMagick is here to help!

convert image.gif image_%d.png

Done!