diff options
| author | Christian Fowler <spider@viovio.com> | 2007-03-26 19:53:16 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-03-26 19:53:16 +0000 |
| commit | b910eaaa2af24eaab56d0d63010ee17c2096d5bc (patch) | |
| tree | aa7505bee6b179b3887640301cfefe439df5dc09 /templates | |
| parent | 4f98537a3538fd20bd6ff10901fb114cad793bb0 (diff) | |
| download | fisheye-b910eaaa2af24eaab56d0d63010ee17c2096d5bc.tar.gz fisheye-b910eaaa2af24eaab56d0d63010ee17c2096d5bc.tar.bz2 fisheye-b910eaaa2af24eaab56d0d63010ee17c2096d5bc.zip | |
add Convert to Grayscale support for MagickWand processor's liberty_magickwand_convert_colorspace function
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/image_order.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/image_order.tpl b/templates/image_order.tpl index b50f305..937f798 100644 --- a/templates/image_order.tpl +++ b/templates/image_order.tpl @@ -88,6 +88,9 @@ <option value="delete">{tr}Delete{/tr}</option> <option value="remove">{tr}Remove{/tr} ({tr}Don't delete if in other galleries{/tr})</option> <option value="thumbnail">{tr}Regenerate Thumbnails{/tr}</option> + {if $gBitSystem->getConfig('image_processor')=='magickwand'} + <option value="grayscale">{tr}Convert to Grayscale{/tr} *{tr}Cannot be undone!{/tr}*</option> + {/if} <optgroup label="{tr}Rotate{/tr}"> <option value="rotate:auto">^^ {tr}Auto Rotate{/tr}</option> <option value="rotate:90">>> {tr}Rotate Clockwise{/tr}</option> |
