diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2016-09-26 14:56:06 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2016-10-02 17:11:34 +0200 |
| commit | ce1ae1ff69309ec7f1905e928a9d43eb8ae86dbe (patch) | |
| tree | 1333e1cf81b034681c4ac6b35665c17ccd984048 /src/setup.h | |
| parent | c80c60eb0623268112b5a0c37d80ada0384c3e90 (diff) | |
| download | cataract-ce1ae1ff69309ec7f1905e928a9d43eb8ae86dbe.tar.xz | |
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.
Diffstat (limited to 'src/setup.h')
| -rw-r--r-- | src/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; }; |
