Building animated gifs

Posted by on Mar 17, 2017 in Code Chat | No Comments
Building animated gifs

I’ve recently spent some time on a project that involved generating and sharing some animated gifs and I thought I’d share some insights. Technologies The best tool I found for generating animated gifs is Imagemagick. It’s a well established tool with a command line version and a PHP library that allows you to programmatically create […]