Function: thumbs-resize-image

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

Signature

(thumbs-resize-image WIDTH HEIGHT)

Documentation

Resize image interactively to specified WIDTH and HEIGHT.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(defun thumbs-resize-image (width height)
  "Resize image interactively to specified WIDTH and HEIGHT."
  (interactive "nWidth: \nnHeight: ")
  (thumbs-resize-image-1 nil (cons width height)))