diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/fluid/fluid.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/fluid/fluid.xml b/templates/fluid/fluid.xml index 9bdba19..376d56d 100644 --- a/templates/fluid/fluid.xml +++ b/templates/fluid/fluid.xml @@ -31,6 +31,22 @@ </size> </image_sizes> + <resize> + <!-- Use this section to tweak resizing methods. For the moment ImageMagick + is the only supported method, being used from the beginning of the project, + however it offers nearly endless possibilities of image manipulation. --> + <ImageMagick> + <!-- For ImageMagick method, the option string is automatically prepended + with convert method name and input filename and appended with output + filename. The option string should however contain ${WIDTH} and ${HEIGHT} + arguments defining target dimensions. For the rest of arguments + standard convert(1) command syntax is used. --> + <!-- In case an option string is empty, internal defaults are used. --> + <resize_options>-set option:filter:blur 0.6 -filter Gaussian -thumbnail ${WIDTH}x${HEIGHT}</resize_options> + <thumbnail_options>-set option:filter:blur 0.6 -filter Gaussian -thumbnail ${WIDTH}x${HEIGHT}</thumbnail_options> + </ImageMagick> + </resize> + <supplemental_files><