Variable: image-dired-cmd-rotate-thumbnail-program

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

Value

"mogrify"

Documentation

Executable used to rotate thumbnail.

Used together with image-dired-cmd-rotate-thumbnail-options.

Source Code

;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defcustom image-dired-cmd-rotate-thumbnail-program
  "mogrify"
  "Executable used to rotate thumbnail.
Used together with `image-dired-cmd-rotate-thumbnail-options'."
  :type 'file)