Function: thumbs-monochrome-image
thumbs-monochrome-image is an interactive and byte-compiled function
defined in thumbs.el.gz.
Signature
(thumbs-monochrome-image)
Documentation
Turn the image to monochrome.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(defun thumbs-monochrome-image ()
"Turn the image to monochrome."
(interactive)
(thumbs-modify-image "monochrome"))