Hi,
Lightroom writes now XMP-CRS and XMP-CRSS Tags into XMP file.
I can copy XMP-CRS Tags with
exiftool -tagsfromfile sourceFile.xmp -XMP-CRS:all destinationFile.xmp
but I can't do it with
exiftool -tagsfromfile sourceFile.xmp -XMP-CRSS:all destinationFile.xmp
Any idea why?
ExifTool doesn't have the ability to write crss tags. Adding this would be a lot of work for very little gain. You can copy the XMP as a block with -tagsfromfile SRCFILE -xmp to get all of the XMP tags.
- Phil
Hi,
It's too bad for me. :(