Main Menu

copy metadata

Started by Marco, February 29, 2024, 10:41:03 AM

Previous topic - Next topic

Marco

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?

Phil Harvey

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
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).