Function: treemacs--is-image-creation-impossible?--inliner

treemacs--is-image-creation-impossible?--inliner is a function defined in treemacs-icons.el.

Signature

(treemacs--is-image-creation-impossible?--inliner INLINE--FORM)

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-icons.el
;; Could not find source code, showing raw function object.
#[(inline--form)
  ((ignore inline--form)
   (catch 'inline--just-use
     (list 'not (list 'image-type-available-p (list 'quote 'png)))))
  (t)]