This is pretty much for my own reference, so please ignore if you already know these. 🙂 Batch convert a directory of PNGs to GIF: mogrify -format gif *.png Resize everything in the directory: mogrify -resize 96x96 -colors 128 -depth 8 * Remove transparency (can make filesizes bigger, so don’t […]
ImageMagick
Since the default version of ImageMagick installed by yum on CentOS 5.5 is 6.2.something, and you want to be able to do all the cool stuff that ImageMagick 6.5.* and 6.6.* can do, you’re gonna have to compile it from source yourself. Don’t worry – it’s easy, and it works.