ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: pauloHess on February 08, 2013, 03:12:43 PM

Title: How to get width and height of a TIF image
Post by: pauloHess on February 08, 2013, 03:12:43 PM

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.
Title: Re: How to get width and height of a TIF image
Post by: Phil Harvey on February 08, 2013, 05:30:39 PM
Add one more -s. :)

(or use -s3)

- Phil
Title: Re: How to get width and height of a TIF image
Post by: pauloHess on February 08, 2013, 05:52:16 PM
worked.. awesome   :)