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. --- src/setup.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/setup.h') diff --git a/src/setup.h b/src/setup.h index 54b89b2..c11efed 100644 --- a/src/setup.h +++ b/src/setup.h @@ -137,6 +137,8 @@ struct TGalleryDesign { GList *image_sizes; GList *themes; gchar **supplemental_files; + gchar *imgmagick_resize_opts; + gchar *imgmagick_thumb_opts; }; -- cgit v1.2.3