Hi Phil,
When using
exiftool -TagsFromFile -exif:all source.CR2 dest.JPG
-I get "Warning: Can't write zero length Artist in IFD0" -where Artist tag isn't written (as warned).
I can understand, that writting/copying empty tag doesn't make much sense. What wonders me is, in the same source file, there are at least two tags defined (IFD0:Copyright and ExifIFD:UserComment), which seems to be empty too -but are written when using TagsFromFile.
What am I missing here?
It isn't big deal, but one would expect (when using TagsFromFile), all defined tags inside source, will be written.
Btw. this case (zero length Artist) comes from Canon 50D raw file.
I'll use oportunity for another question.. What is the difference between:
exiftool -overwrite_original -P ...
and
exiftool -overwrite_original_in_place ...
Thanks for answering,
Bogdan