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