{* * $Revision: 15342 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}
{g->text text="Gd is a graphics toolkit that can be used to process images that you upload to Gallery. The GD-library should be compiled in your PHP (--with-gd)."}
{g->text text="JPEG Quality:"}| {g->text text="GD version"} | {g->text text="Required"} | {g->text text="Pass/fail"} |
|---|---|---|
| {$AdminGd.gdVersion} {if $AdminGd.isGdBundled} ({g->text text="bundled"}) {/if} | {$AdminGd.minGdVersion} |
{if ($AdminGd.gdVersionTooOld)}
{g->text text="Failed"}
{g->text text="This GD version is too old and is not supported by this module! Please upgrade your PHP installation to include the latest GD version."}
{else}
{g->text text="Passed"}
{/if}
|
{g->text text="You don't seem to have the GD library available on this PHP installation."}
{/if}{g->text text="The Gd module will support files with the following MIME types:"}
{foreach from=$AdminGd.mimeTypes item=mimeType}
{$mimeType}
{/foreach}