Variable: image-dired-cmd-write-exif-data-program

image-dired-cmd-write-exif-data-program is a customizable variable defined in image-dired-external.el.gz.

Value

"exiftool"

Documentation

Executable file of a program used to write EXIF data to images.

Used together with image-dired-cmd-write-exif-data-options.

Source Code

;; Defined in /usr/src/emacs/lisp/image/image-dired-external.el.gz
(defcustom image-dired-cmd-write-exif-data-program "exiftool"
  "Executable file of a program used to write EXIF data to images.
Used together with `image-dired-cmd-write-exif-data-options'."
  :type 'file)