Install ImageMagick

For those that use the image gallery in tiki, note that GD is used by php for image processing. But GDlib comes with some restrictions on file formats, especially regarding GIF use. Support for Image Magick is added now, that offers a wider range of available file formats.

Install ImageMagick and Libs

Get Image Magick from http://www.imagemagick.org/

Install Imagick PECL Module

Special Tip :
If your compilation stops, There are 2 Bugs:

Tikiwiki setting up

In the Image Gallery Config select Imagick as Library to use for processing images. If PHP is unable to find the PHP Imagick the setting reverts back to GD.

Useful Links