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

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

Value

"exiftool"

Documentation

Program used to write EXIF data to image.

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

Source Code

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