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.
Add one more -s. :)
(or use -s3)
- Phil
worked.. awesome :)