]> git.eshelyaron.com Git - emacs.git/commitdiff
Note that image-mode automatically rotates
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 22 Sep 2019 12:23:40 +0000 (14:23 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 22 Sep 2019 12:23:40 +0000 (14:23 +0200)
etc/NEWS

index 166c13363f060447aadd489929764c5d8e40805f..8a880e5b63a3ea23a01b397650b7b60d5a22e351 100644 (file)
--- 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