diff options
author | Felix Riemann <[email protected]> | 2011-06-08 20:58:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-14 16:25:43 +0200 |
commit | 017f7e5ff65081068cb504c5d4561ab685a66fa7 (patch) | |
tree | 0c979a62bbbfc707788bfde31024662c141a0f97 /src/eom-image.h | |
parent | 7eec54c388ac5f628514c4d60bcf0c4661955dfe (diff) | |
download | eom-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.h | 2 |
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); |