summaryrefslogtreecommitdiff
path: root/src/jpeg-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jpeg-utils.h')
-rw-r--r--src/jpeg-utils.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/jpeg-utils.h b/src/jpeg-utils.h
index e5845bc..a682fd1 100644
--- a/src/jpeg-utils.h
+++ b/src/jpeg-utils.h
@@ -73,13 +73,15 @@ gboolean resize_image (const gchar *src, const gchar *dst,
unsigned long size_x, unsigned long size_y,
int quality,
gboolean thumbnail,
- ThumbnailSquareType squared_thumbnail_type);
+ ThumbnailSquareType squared_thumbnail_type,
+ gboolean autorotate);
/*
* get_image_sizes: retrieve image dimensions
*/
void get_image_sizes (const gchar *img,
- unsigned long *width, unsigned long *height);
+ unsigned long *width, unsigned long *height,
+ gboolean autorotate);
/*
* calculate_sizes: calculate maximal image sizes within specified limits keeping aspect ratio