]> code.delx.au - gnu-emacs/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>
Wed, 10 Feb 2016 04:45:46 +0000 (15:45 +1100)
commit0f600496050bf435f55dc81056e06fcd45992dc8
tree2714b9a5386cd5740cfe01220809dcc72e7a89f4
parent7dd45b61b1cdcf0e5bd1620ab7e63a0b5095ffb8
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