I have an image that has been split into sub-images.
How can I copy all the metadata from the original image in the sub-images?
exiftool -tagsfromfile ORIGINAL SUBIMAGE
Depending on the formats of the images, you may want to add -all:all to the command to preserve the original locations of the metadata.
- Phil