|
gd): ?> disabled="disabled" endif ?>
if ($active == "gd"): ?> checked="checked" endif ?>
>
|
= _("GD") ?>
printf(_("The GD graphics library is an extension to PHP commonly installed most webservers. Please refer to the %sGD website%s for more information."), "", "") ?>
if ($tk->gd["GD Version"] && function_exists('imagerotate')): ?>
printf(_("You have GD version %s."), $tk->gd["GD Version"]) ?>
elseif ($tk->gd["GD Version"]): ?>
printf(_("You have GD version %s, but it lacks image rotation."), $tk->gd["GD Version"]) ?>
else: ?>
= _("You do not have GD installed.") ?>
endif ?>
|
|
imagemagick): ?> disabled="disabled" endif ?>
if ($active == "imagemagick"): ?> checked="checked" endif ?>
>
|
= _("ImageMagick") ?>
printf(_("ImageMagick is a standalone graphics program available on most Linux systems. Please refer to the %sImageMagick website%s for more information."), "", "") ?>
if ($tk->imagemagick): ?>
printf(_("You have ImageMagick installed in %s"), $tk->imagemagick) ?>
else: ?>
= _("ImageMagick is not available on your system.") ?>
endif ?>
|
|
graphicsmagick): ?> disabled="disabled" endif ?>
if ($active == "graphicsmagick"): ?> checked="checked" endif ?>
>
|
= _("GraphicsMagick") ?>
printf(_("GraphicsMagick is a standalone graphics program available on most Linux systems. Please refer to the %sGraphicsMagick website%s for more information."), "", "") ?>
if ($tk->graphicsmagick): ?>
printf(_("You have GraphicsMagick installed in %s"), $tk->graphicsmagick) ?>
else: ?>
= _("GraphicsMagick is not available on your system.") ?>
endif ?>
|