<?printf(_("The GD graphics library is an extension to PHP commonly installed most webservers. Please refer to the %sGD website%s for more information."),"<a href=\"http://www.boutell.com/gd/\">","</a>")?>
<?printf(_("ImageMagick is a standalone graphics program available on most Linux systems. Please refer to the %sImageMagick website%s for more information."),"<a href=\"http://www.imagemagick.org/\">","</a>")?>
</p>
<?if($tk->imagemagick):?>
<pclass="gSuccess">
<?printf(_("You have ImageMagick installed in %s"),$tk->imagemagick)?>
</p>
<?else:?>
<pclass="gInfo">
<?=_("ImageMagick is not available on your system.")?>
<?printf(_("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the %sGraphicsMagick website%s for more information."),"<a href=\"http://www.graphicsmagick.org/\">","</a>")?>
</p>
<?if($tk->graphicsmagick):?>
<pclass="gSuccess">
<?printf(_("You have GraphicsMagick installed in %s"),$tk->graphicsmagick)?>
</p>
<?else:?>
<pclass="gInfo">
<?=_("GraphicsMagick is not available on your system.")?>