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/jpeg-utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/jpeg-utils.h') diff --git a/src/jpeg-utils.h b/src/jpeg-utils.h index 405d9b0..e23dee7 100644 --- a/src/jpeg-utils.h +++ b/src/jpeg-utils.h @@ -100,7 +100,8 @@ gboolean resize_image (const gchar *src, const gchar *dst, int quality, gboolean thumbnail, gboolean autorotate, - ExifData *exif); + ExifData *exif, + gchar *resize_opts); /* * get_image_sizes: retrieve image dimensions -- cgit v1.2.3