{* * $Revision: 16235 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *}

{g->text text="Gd Settings"}

{if isset($status.saved)}

{g->text text="Settings saved successfully"}

{/if}

{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:"}
{if $AdminGd.isConfigure} {else} {/if}

{g->text text="GD library version"}

{if $AdminGd.gdVersion}
{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}
{else}

{g->text text="You don't seem to have the GD library available on this PHP installation."}

{/if}
{if $AdminGd.mimeTypes}

{g->text text="Supported MIME Types"}

{g->text text="The Gd module will support files with the following MIME types:"}

{foreach from=$AdminGd.mimeTypes item=mimeType} {$mimeType}
{/foreach}

{/if}