From 363e7097b65eaf8474ea40d9665c25ed71f6ae5c Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 10 Feb 2016 15:45:37 +1100 Subject: [PATCH] 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 deletion(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 26f3de40e91..608ce0ef8c7 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 957b0c24791..37eb2bcf42b 100644 --- a/etc/NEWS +++ b/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 -- 2.39.2