emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 363e709 2/3: Document EXIF image rotation


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 363e709 2/3: Document EXIF image rotation
Date: Thu, 11 Feb 2016 03:22:03 +0000

branch: master
commit 363e7097b65eaf8474ea40d9665c25ed71f6ae5c
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Document EXIF image rotation
    
    * doc/lispref/display.texi (ImageMagick Images): Mention EXIF rotation.
---
 doc/lispref/display.texi |    4 +++-
 etc/NEWS                 |    4 ++++
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 26f3de4..608ce0e 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -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
diff --git a/etc/NEWS b/etc/NEWS
index 957b0c2..37eb2bc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -718,6 +718,10 @@ 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
 `M-p' will now show previous replacements as "FROM SEP TO", where FROM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]