mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-14 16:50:58 +00:00
Document EXIF image rotation
* doc/lispref/display.texi (ImageMagick Images): Mention EXIF rotation.
This commit is contained in:
parent
48b19a4494
commit
363e7097b6
@ -5213,7 +5213,9 @@ when the image does not have an associated file name, to provide a
|
||||
hint to ImageMagick to help it detect the image type.
|
||||
|
||||
@item :rotation @var{angle}
|
||||
Specifies a rotation angle in degrees.
|
||||
Specifies a rotation angle in degrees. If no rotation is explicitly
|
||||
specified, and the @acronym{EXIF} headers specify a rotation, the
|
||||
rotation from the @acronym{EXIF} headers are used instead.
|
||||
|
||||
@item :index @var{frame}
|
||||
@c Doesn't work: http://debbugs.gnu.org/7978
|
||||
|
4
etc/NEWS
4
etc/NEWS
@ -717,6 +717,10 @@ character-folds into STRING.
|
||||
text in the region. The search engine to use for this is specified by
|
||||
the customizable variable `eww-search-prefix'.
|
||||
|
||||
+++
|
||||
*** Images that have rotation specified in the EXIF headers are now
|
||||
automatically rotated (if displayed as ImageMagick images).
|
||||
|
||||
+++
|
||||
*** Query-replace history is enhanced.
|
||||
When query-replace reads the FROM string from the minibuffer, typing
|
||||
|
Loading…
Reference in New Issue
Block a user