Designer News is where the design community meets.
Joined about 5 years ago
Stuart hasn't posted any stories yet.
If you are just want to combine frames into a gif then I cannot recommend Imagemagick enough (its available on macports and homebrew)
convert -delay 4 -loop 0 *.png output.gif
Converts all the pngs in a folder into a gif.
Stuart hasn't upvoted anything yet.
Now playing
If you are just want to combine frames into a gif then I cannot recommend Imagemagick enough (its available on macports and homebrew)
convert -delay 4 -loop 0 *.png output.gif
Converts all the pngs in a folder into a gif.