From ce1ae1ff69309ec7f1905e928a9d43eb8ae86dbe Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Mon, 26 Sep 2016 14:56:06 +0200 Subject: jpeg-utils: Add support for custom resize options This change brings the possibility to tweak resize options using standard ImageMagick `convert` command syntax. Separate options are offered for thumbnails. --- templates/fluid/fluid.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'templates/fluid') 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 @@ + + + + + + -set option:filter:blur 0.6 -filter Gaussian -thumbnail ${WIDTH}x${HEIGHT} + -set option:filter:blur 0.6 -filter Gaussian -thumbnail ${WIDTH}x${HEIGHT} + + +