summaryrefslogtreecommitdiff
path: root/jpeg-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'jpeg-utils.h')
-rw-r--r--jpeg-utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/jpeg-utils.h b/jpeg-utils.h
index e5e39de..aec1a96 100644
--- a/jpeg-utils.h
+++ b/jpeg-utils.h
@@ -63,10 +63,12 @@ void free_exif_data (TExifData *data);
/*
* resize_image: resize image pointed by src and save result to dst
+ * - setting thumbnail flag will remove all profiles and optimize for size
*/
gboolean resize_image (const char *src, const char *dst,
int size_x, int size_y,
- int quality);
+ int quality,
+ gboolean thumbnail);
/*
* get_image_sizes: retrieve image dimensions