{* * $Revision: 16235 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *}
{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}