Do not depend on image-dired for exif

This commit is contained in:
Dimitri Lozeve 2022-03-16 12:29:31 +01:00
parent 5072ea057a
commit ab35ca2370

View file

@ -550,7 +550,7 @@
;; Create a new buffer and window.
(let ((buf (get-buffer-create buf-name))
(window (split-window nil)))
(call-process image-dired-cmd-write-exif-data-program
(call-process "exiftool"
nil buf t
(expand-file-name file))
(with-current-buffer buf