summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2011-06-04 20:10:34 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2011-06-04 20:10:34 +0200
commit67735dc85fc4a25dcc3e0b30420b3ad5a6ac1c9f (patch)
tree91407fb189dd2a97283c844297d7b6dab0c19152 /src/setup.h
parentee24863518448604b5600ab1e426d818975a76bb (diff)
downloadcataract-67735dc85fc4a25dcc3e0b30420b3ad5a6ac1c9f.tar.xz
Autorotate images according to EXIF Orientation info
This comes with a cost of decoding full image when only getting image size.
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h1
1 files changed, 1 insertions, 0 deletions
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;