Function: smart-image-dired-thumbnail
smart-image-dired-thumbnail is a byte-compiled function defined in
hui-mouse.el.
Signature
(smart-image-dired-thumbnail)
Documentation
Select thumbnail and scale its image for display in another Emacs window.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-mouse.el
;;; ************************************************************************
;;; smart-image-dired functions
;;; ************************************************************************
(defun smart-image-dired-thumbnail ()
"Select thumbnail and scale its image for display in another Emacs window."
(image-dired-mouse-select-thumbnail action-key-release-args)
(image-dired-display-thumbnail-original-image))