$requirements['image_gd']['description']=t('The GD Library for PHP is enabled, but was compiled without support for functions used by the rotate and desaturate effects. It was probably compiled using the official GD libraries from http://www.libgd.org instead of the GD library bundled with PHP. You should recompile PHP --with-gd using the bundled GD library. See <a href="@url">the PHP manual</a>.',array('@url'=>'http://www.php.net/manual/book.image.php'));
'description'=>t("No image toolkit is configured on the site. Check PHP installed extensions or add a contributed toolkit that doesn't require a PHP extension. Make sure that at least one valid image toolkit is enabled."),
'severity'=>REQUIREMENT_ERROR,
'description'=>t('The GD library for PHP is missing or outdated. Check the <a href="@url">PHP image documentation</a> for information on how to correct this.',array('@url'=>'http://www.php.net/manual/book.image.php')),
);
}
$requirements['image_gd']['title']=t('GD library rotate and desaturate effects');
$requirements['version']['description']=t('The GD Library for PHP is enabled, but was compiled without support for functions used by the rotate and desaturate effects. It was probably compiled using the official GD libraries from http://www.libgd.org instead of the GD library bundled with PHP. You should recompile PHP --with-gd using the bundled GD library. See <a href="@url">the PHP manual</a>.',array('@url'=>'http://www.php.net/manual/book.image.php'));