copying all metadata except thumbnail

Started by joergens.mi, January 08, 2011, 05:48:58 AM

Previous topic - Next topic

joergens.mi

I do a lot of picture manipulation on my own photos. Some of the tools are destroying manipulating the meta information.
Is there a way to copy all information from the source picture -- like exiftool -TagsFromFile src.jpg -all:all dst.jpg
-- to another without overwriting the thumbnail in the destination. I want to preserve the embedded thumbnail in the destination picture.

Thanks for help

Phil Harvey

You could try this:

exiftool -tagsfromfile src.jpg -all:all -tagsfromfile @ -thumbnailimage dst.jpg

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