mod_picture

ImageMagick is required by mod_picture to create thumbnails and resize images to a reasonable size.

Please configure mod_picture by providing it the base-dir, where it finds ImageMagick's executables. For example, if ImageMagick is installed in /your/image_magick/path and its executables are found in /your/image_magick/path/bin, enter the latter of these paths in the configuration-file.

<?php
if ( ! defined('IMAGEMAGICK_PATH') )
{
	define('IMAGEMAGICK_PATH', '/your/image_magick/path/bin');
}