Main Menu

Need Scanner Model Info

Started by luvnrocs, September 30, 2014, 05:23:02 PM

Previous topic - Next topic

luvnrocs

I'm brand new to EXIF Tool and have been doing some experimenting to see if the TIFF files we produce in our scanning lab are in tune with the FADGI guidelines.

I created a bat file to run a folder full of TIFF files through and output the data to a CSV file. Here's the command I used:
exiftool -csv -u -a -r %1 >> %1\out.csv

In my results I get the tag for Scanner Make but I don't see Model. Any ideas as to why that is?

Phil Harvey

ScannerMake is a FlashPix tag.  All I can tell you is that a ScannerModel tag does exist, but I can't tell you why your software doesn't write it.

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