Function: mm-valid-and-fit-image-p
mm-valid-and-fit-image-p is a byte-compiled function defined in
mm-decode.el.gz.
Signature
(mm-valid-and-fit-image-p FORMAT HANDLE)
Documentation
Say whether FORMAT can be displayed natively and HANDLE fits the window.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/mm-decode.el.gz
(defun mm-valid-and-fit-image-p (format handle)
"Say whether FORMAT can be displayed natively and HANDLE fits the window."
(and (mm-valid-image-format-p format)
(mm-image-fit-p handle)))