Copy Metadata - Jpg file

Started by Thamster, October 04, 2014, 03:54:51 PM

Previous topic - Next topic

Thamster

Hi - total newbee... can someone help me copy the meta data from one picture to another?

Phil Harvey

Open a cmd.exe window (or Terminal window on the Mac), then type something like this:

exiftool -tagsfromfile source.jpg destination.jpg

Instead of typing the source and destination file names, it may be easier to drag and drop them onto the window.

- 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 ($).