Variable: image-crop-exif-rotate
image-crop-exif-rotate is a variable defined in image-crop.el.gz.
Value
nil
Documentation
If non-nil, rotate images by updating Exif data.
If nil, rotate the images "physically".
Source Code
;; Defined in /usr/src/emacs/lisp/image/image-crop.el.gz
(defvar image-crop-exif-rotate nil
"If non-nil, rotate images by updating Exif data.
If nil, rotate the images \"physically\".")