Add EXIF to scanned TIFF images

Started by BangkokPhoto, November 08, 2016, 01:21:53 PM

Previous topic - Next topic

BangkokPhoto

I recently scanned >23,000 photos as TIFFs via an HP Scanner. I would like to create a Camera Model Name EXIF field and put "HP Envy 120" in the field so Lightroom can recognize this. Is this possible with exiftool in TIFF images??

Phil Harvey

Yes:

exiftool -make="HP" -model="HP Envy 120" DIR

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