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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/jpeg-utils.h b/src/jpeg-utils.h
index 0e3cd1f..f8c9b6d 100644
--- a/src/jpeg-utils.h
+++ b/src/jpeg-utils.h
@@ -20,6 +20,7 @@
#include <glib.h>
#include "setup.h"
+#include "items.h"
G_BEGIN_DECLS
@@ -54,6 +55,8 @@ typedef struct {
int timezone_shift;
time_t fake_datetime;
gchar *external_exif_data;
+ ThumbnailSquareType squared_thumbnail_type;
+ TCropHint thumbnail_crop_hint;
} ExifData;
@@ -87,8 +90,8 @@ 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,
- gboolean autorotate);
+ gboolean autorotate,
+ ExifData *exif);
/*
* get_image_sizes: retrieve image dimensions