<?=t("The GD graphics library is an extension to PHP commonly installed most webservers. Please refer to the <a href=\"{{url}}\">GD website</a> for more information.",
<?=t("ImageMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href=\"{{url}}\">ImageMagick website</a> for more information.",
array("url"=>"http://www.imagemagick.org"))?>
</p>
<?if($tk->imagemagick):?>
<pclass="gSuccess">
<?=t("You have ImageMagick installed in {{path}}",array("path"=>$tk->imagemagick))?>
</p>
<?else:?>
<pclass="gInfo">
<?=t("ImageMagick is not available on your system.")?>
<?=t("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the <a href=\"{{url}}\">GraphicsMagick website</a> for more information.",
array("url"=>"http://www.graphicsmagick.org"))?>
</p>
<?if($tk->graphicsmagick):?>
<pclass="gSuccess">
<?=t("You have GraphicsMagick installed in {{path}}",array("path"=>$tk->graphicsmagick))?>
</p>
<?else:?>
<pclass="gInfo">
<?=t("GraphicsMagick is not available on your system.")?>