aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-10 15:45:37 +1100
committerLars Ingebrigtsen2016-02-10 15:45:46 +1100
commit10b8ed27ec91ff52f93eb0297dcc3abb214931aa (patch)
treedf4e5f17f6bb0eb8fff977fe9887709f1a865c31 /doc
parent0f600496050bf435f55dc81056e06fcd45992dc8 (diff)
downloademacs-10b8ed27ec91ff52f93eb0297dcc3abb214931aa.tar.gz
emacs-10b8ed27ec91ff52f93eb0297dcc3abb214931aa.zip
Document EXIF image rotation
* doc/lispref/display.texi (ImageMagick Images): Mention EXIF rotation.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/display.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 323895927a9..1ba91235759 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -5205,7 +5205,9 @@ when the image does not have an associated file name, to provide a
5205hint to ImageMagick to help it detect the image type. 5205hint to ImageMagick to help it detect the image type.
5206 5206
5207@item :rotation @var{angle} 5207@item :rotation @var{angle}
5208Specifies a rotation angle in degrees. 5208Specifies a rotation angle in degrees. If no rotation is explicitly
5209specified, and the @acronym{EXIF} headers specify a rotation, the
5210rotation from the @acronym{EXIF} headers are used instead.
5209 5211
5210@item :index @var{frame} 5212@item :index @var{frame}
5211@c Doesn't work: http://debbugs.gnu.org/7978 5213@c Doesn't work: http://debbugs.gnu.org/7978