Function: image-transform-original
image-transform-original is an interactive and byte-compiled function
defined in image-mode.el.gz.
Signature
(image-transform-original)
Documentation
Display the current image with the original (actual) size and rotation.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/image-mode.el.gz
(defun image-transform-original ()
"Display the current image with the original (actual) size and rotation."
(interactive)
(setq image-transform-resize nil
image-transform-scale 1)
(image-toggle-display-image))