Variable: image-dired-cmd-read-exif-data-options

image-dired-cmd-read-exif-data-options is a customizable variable defined in image-dired.el.gz.

Value

("-s" "-s" "-s" "-%t" "%f")

Documentation

Arguments of command used to read EXIF data.

Used with image-dired-cmd-read-exif-data-program. Available format specifiers are: %f which is replaced by the image file name and %t which is replaced by the tag name.

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-read-exif-data-options
  '("-s" "-s" "-s" "-%t" "%f")
  "Arguments of command used to read EXIF data.
Used with `image-dired-cmd-read-exif-data-program'.
Available format specifiers are: %f which is replaced
by the image file name and %t which is replaced by the tag name."
  :version "26.1"
  :type '(repeat (string :tag "Argument")))