-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.10
-
Fix Version/s: 9.10-HF30, 10.10-HF04, 11.1, 2021.0
-
Component/s: Binary Metadata
By default, the exiftool command generates a file with the suffix _original which contains the file before adding the metadata.
This file stands in the tmp folder without any reference in the Java code, so it's not possible to clean it up. Hence it would be better not to generate it.
It can be done easily by adding the option -delete_original among the exiftool options.