Hacker News new | ask | show | jobs
by abhayv 4596 days ago
ImageMagick has some good tools for manipulating GIFs. We have an iPhone app called Blippy which uses ImageMagick on the server side
1 comments

Wand (http://docs.wand-py.org/en/0.3.5/) is a set of python bindings for ImageMagick that was super easy to get set up.

In my experience with this project, it exploded the GIFs lightning fast, but when it came to creating GIFs, it was about 3x slower than the images2gif.py script that I ended up using. (Although those numbers were on a Mac development machine and this runs on Ubuntu in EC2 - I have a to-do to try out Wand/ImageMagick there and see if the performance issue carries over)