mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
Note that image-mode automatically rotates
This commit is contained in:
parent
8542f66602
commit
32d6e07e21
10
etc/NEWS
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user