Function: thumbs-shrink-image

thumbs-shrink-image is an interactive and byte-compiled function defined in thumbs.el.gz.

Signature

(thumbs-shrink-image)

Documentation

Resize image (smaller).

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(defun thumbs-shrink-image ()
  "Resize image (smaller)."
  (interactive)
  (thumbs-resize-image-1 -1))