Function: preview-supports-image-type

preview-supports-image-type is a byte-compiled function defined in preview.el.

Signature

(preview-supports-image-type IMAGETYPE)

Documentation

Check if IMAGETYPE is supported.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defsubst preview-supports-image-type (imagetype)
  "Check if IMAGETYPE is supported."
  (image-type-available-p imagetype))