]> git.eshelyaron.com Git - emacs.git/commit
Support integer image rotation and respect EXIF rotations
authorDima Kogan <dima@secretsauce.net>
Wed, 10 Feb 2016 04:40:03 +0000 (15:40 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 11 Feb 2016 03:07:48 +0000 (14:07 +1100)
commit48b19a4494b1fbe2001d773a2a2c9ede5a557e00
tree55316f785e199c09f71f5f9b6ea7a9c53e6f1783
parente0775d7f7f13eed330d711f604da568453c7eb1d
Support integer image rotation and respect EXIF rotations

* src/image.c (imagemagick_load_image): Allow integer rotations in
addition to floating point rotations (bug#22591).
* src/image.c (imagemagick_load_image): Images that have an
orientation given in EXIF and have no explicit :rotation tag are now
pre-rotated.  All information such as width/height is reported for the
rotated image.
src/image.c