= t("Gallery needs a graphics toolkit in order to manipulate your photos. Please choose one from the list below.") ?>
" />
|
= t("GD") ?>= t("The GD graphics library is an extension to PHP commonly installed most webservers. Please refer to the GD website for more information.", array("url" => "http://www.boutell.com/gd")) ?> if ($tk->gd["GD Version"] && function_exists('imagerotate')): ?>= t("You have GD version {{version}}.", array("version" => $tk->gd["GD Version"])) ?> elseif ($tk->gd["GD Version"]): ?>= t("You have GD version {{version}}, but it lacks image rotation.", array("version" => $tk->gd["GD Version"])) ?> else: ?>= t("You do not have GD installed.") ?> endif ?> |
" />
|
= t("ImageMagick") ?>= t("ImageMagick is a standalone graphics program available on most Linux systems. Please refer to the ImageMagick website for more information.", array("url" => "http://www.imagemagick.org")) ?> if ($tk->imagemagick): ?>= t("You have ImageMagick installed in {{path}}", array("path" => $tk->imagemagick)) ?> else: ?>= t("ImageMagick is not available on your system.") ?> endif ?> |
" />
|
= t("GraphicsMagick") ?>= t("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the GraphicsMagick website for more information.", array("url" => "http://www.graphicsmagick.org")) ?> if ($tk->graphicsmagick): ?>= t("You have GraphicsMagick installed in {{path}}", array("path" => $tk->graphicsmagick)) ?> else: ?>= t("GraphicsMagick is not available on your system.") ?> endif ?> |