Dimensions of pictures?

S

Stan Brown

I have a bunch of .JPG and .GIF files in a folder, and I'd like to
get their widths and heights in pixels into a text file. Is there
some clever way to do this, using PowerShell maybe?

Or is there a free application that can do this?
 
B

boardhead

Stan Brown wrote on 09/17/2010 07:49 ET
I have a bunch of .JPG and .GIF files in a folder, and I'd like t
get their widths and heights in pixels into a text file. Is ther
some clever way to do this, using PowerShell maybe

Or is there a free application that can do this

Stan Brown, Oak Road Systems, Tompkins County, New York, US
http://OakRoadSystems.co
Shikata ga nai..
I'm going to suggest exiftool also, but with this command line

exiftool -T -imagesize -filename DIR > out.tx

This will create an output txt file with the sizes and names of all files i
directory "DIR"

- Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top