install imagemagick
through homebrew
$ brew install imagemagick
convert pngs to gif with 2 second per frame
$ convert -delay 200 *.png converted.gif
imagemagick
productivity
gif
convert
Created on 2016-09-26
Last Modified 2018-06-26
imagemagick
through homebrew$ brew install imagemagick
$ convert -delay 200 *.png converted.gif