summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-09-22 14:23:40 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-09-22 14:23:40 +0200
commit32d6e07e210fea0c956797c0826732e7049eb247 (patch)
tree966cca0a5e993c1de6dbaa2edc929403e20999d2
parent8542f666023931f85817f590926cc3e9bc992b68 (diff)
downloademacs-32d6e07e210fea0c956797c0826732e7049eb247.tar.gz
Note that image-mode automatically rotates
-rw-r--r--etc/NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 166c13363f0..8a880e5b63a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2576,9 +2576,13 @@ left to higher-level functions.
** Image mode
*** New library Exif.
-An Exif library has been added that can parse JPEG files and
-output data about creation times and orientation and the like.
-'exif-parse' is the main interface function.
+An Exif library has been added that can parse JPEG files and output
+data about creation times and orientation and the like.
+'exif-parse-file' and 'exif-parse-buffer' are the main interface
+functions.
+
+*** 'image-mode' now uses this library to automatically rotate images
+according to the orientation in the Exif data, if any.
*** 'imagemagick-types-inhibit' disables using ImageMagick by default.
'image-mode' started using ImageMagick by default for all images