How to convert images to gif

imagemagick productivity gif convert
Created on 2016-09-26 Last Modified 2018-06-26


install imagemagick through homebrew

$ brew install imagemagick

convert pngs to gif with 2 second per frame

$ convert -delay 200 *.png converted.gif

comments powered by Disqus