|
exiftool -q -q -overwrite_original -tagsfromfile "$ORIGINAL" -EXIF:CreateDate ... -MakerNotes:Dynam
+icRangeExpansion "$FILE"
I use the above code within a script, so there could be a bug in my script. I want to ask, if this code is ok. I see the date, but not the DynamicRangeExpansion. "$ORIGINAL" is a jpg-file, where I copied all makernotes with a similar syntax from a K20D-PEF-file.
|