How to get width and height of a TIF image

Started by pauloHess, February 08, 2013, 03:12:43 PM

Previous topic - Next topic

pauloHess


I get image dimensions with command line:
exiftool -s -s  -ImageWidth -ImageHeight

it reports :
ImageWidth: 3764
ImageHeight: 5639

which is correct.  how can I eliminate the labels so the o/p looks like this:

3764
5639


Thanks
P.H.

Phil Harvey

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

pauloHess