Mac Terminal - Create animated gif from png files

StanLe picture StanLe · Nov 21, 2013 · Viewed 11.7k times · Source

I have a bunch of png files named as 1.png, 2.png, etc. and I want to create an animated gif image from them all. I haven't been successful in finding a solution for a terminal command that will convert these png files into a single animated gif.

Can someone post some commands that I can try? I have tried "convert" commands but my terminal always says convert is not found even though I have installed ImageMagik.

Answer

ViliusK picture ViliusK · Apr 26, 2014

convert *.png screens.gif

This answer suggested installing convert with brew install ImageMagick.