Variable: image-dired-cmd-optipng-program

image-dired-cmd-optipng-program is a customizable variable defined in image-dired.el.gz.

Value

nil

Documentation

The file name of the optipng program.

This variable was added, or its default value changed, in Emacs 26.1.

Source Code

;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defcustom image-dired-cmd-optipng-program (executable-find "optipng")
  "The file name of the `optipng' program."
  :version "26.1"
  :type '(choice (const :tag "Not Set" nil) file))