Open ghost opened 6 months ago
project seems to be dropped, for anyone searching for a solution:
edit the EXIFTOOLARGS at "renderer/exifremove.ts" to add the option "preserve"
.
and/or change the option "overwrite_original"
to "overwrite_original_in_place"
which for example for mac it preserved
original file creation date, type, creator, label color, icon, Finder tags, other extended attributes and hard links to the file to be preserved, BUT NOTE: This option is slower in performance compared to "overwrite_original"
for more options: Exiftool documentary
I want ExifCleaner to preserve file modification date/time. Is that possible?