Function: image-transform-set-smoothing
image-transform-set-smoothing is an interactive and byte-compiled
function defined in image-mode.el.gz.
Signature
(image-transform-set-smoothing SMOOTHING)
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/image-mode.el.gz
(defun image-transform-set-smoothing (smoothing)
(interactive (list (completing-read "Smoothing: "
'("none" "smooth") nil t))
image-mode)
(setq image--transform-smoothing smoothing)
(image-toggle-display-image))