Function: image-dired-dired-display-image
image-dired-dired-display-image is an autoloaded, interactive and
byte-compiled function defined in image-dired.el.gz.
Signature
(image-dired-dired-display-image &optional ARG)
Documentation
Display current image file.
See documentation for image-dired-display-image for more information.
With prefix argument ARG, display image in its original size.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
;;;###autoload
(defun image-dired-dired-display-image (&optional arg)
"Display current image file.
See documentation for `image-dired-display-image' for more information.
With prefix argument ARG, display image in its original size."
(interactive "P")
(image-dired-create-display-image-buffer)
(display-buffer image-dired-display-image-buffer)
(image-dired-display-image (dired-get-filename) arg))