From 67735dc85fc4a25dcc3e0b30420b3ad5a6ac1c9f Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 4 Jun 2011 20:10:34 +0200 Subject: Autorotate images according to EXIF Orientation info This comes with a cost of decoding full image when only getting image size. --- src/setup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/setup.h') diff --git a/src/setup.h b/src/setup.h index 56f7e84..7e4ce1e 100644 --- a/src/setup.h +++ b/src/setup.h @@ -58,6 +58,7 @@ typedef struct { gboolean erase_exif_thumbnail; gboolean nofullsize; ThumbnailSquareType squared_thumbnail_type; + gboolean autorotate; /* meta section */ gchar *meta_author; -- cgit v1.2.3