Variable: image-dired-cmd-pngnq-options

image-dired-cmd-pngnq-options is a customizable variable defined in image-dired.el.gz.

Value

("-f" "%t")

Documentation

Arguments to pass image-dired-cmd-pngnq-program.

Available format specifiers are the same as in image-dired-cmd-create-thumbnail-options.

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

Probably introduced at or before Emacs version 26.1.

Source Code

;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defcustom image-dired-cmd-pngnq-options
  '("-f" "%t")
  "Arguments to pass `image-dired-cmd-pngnq-program'.
Available format specifiers are the same as in
`image-dired-cmd-create-thumbnail-options'."
  :version "26.1"
  :type '(repeat (string :tag "Argument")))