summaryrefslogtreecommitdiff
path: root/src/eom-image.h
diff options
context:
space:
mode:
authorFelix Riemann <[email protected]>2011-06-08 20:58:29 +0200
committerraveit65 <[email protected]>2018-07-14 16:25:43 +0200
commit017f7e5ff65081068cb504c5d4561ab685a66fa7 (patch)
tree0c979a62bbbfc707788bfde31024662c141a0f97 /src/eom-image.h
parent7eec54c388ac5f628514c4d60bcf0c4661955dfe (diff)
downloadeom-017f7e5ff65081068cb504c5d4561ab685a66fa7.tar.bz2
eom-017f7e5ff65081068cb504c5d4561ab685a66fa7.tar.xz
Use GdkPixbuf's "orientation" feature as fallback for autorotation
Useful for formats where we don't support extracting the needed data ourselves (e.g TIFF) and if eog is compiled without libexif. https://bugzilla.gnome.org/show_bug.cgi?id=548474 https://bugzilla.gnome.org/show_bug.cgi?id=615114 origin commit: https://gitlab.gnome.org/GNOME/eog/commit/8ac825b
Diffstat (limited to 'src/eom-image.h')
-rw-r--r--src/eom-image.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/eom-image.h b/src/eom-image.h
index 74abdc5..41b8fbc 100644
--- a/src/eom-image.h
+++ b/src/eom-image.h
@@ -187,9 +187,7 @@ void eom_image_transform (EomImage *img,
EomTransform *trans,
EomJob *job);
-#ifdef HAVE_EXIF
void eom_image_autorotate (EomImage *img);
-#endif
#ifdef HAVE_LCMS
cmsHPROFILE eom_image_get_profile (EomImage *img);