Search found 2 matches

by Dubben
2011-02-15T11:42:44-07:00
Forum: Users
Topic: Retrieve Height and Width of images
Replies: 3
Views: 9653

Re: Retrieve Height and Width of images

Thank you both very much.

I ended up using:

Code: Select all

identify -ping -format "%f %w %h\n" *.jpg  > image_info_file.txt
which worked perfectly for my needs.
by Dubben
2011-02-09T10:49:45-07:00
Forum: Users
Topic: Retrieve Height and Width of images
Replies: 3
Views: 9653

Retrieve Height and Width of images

Hi there,

I have a folder of 70,000+ images, and I need to retrieve the filename, and height/width in pixels of each image, and export them to a text file. I am very new to ImageMagick and programming so any guidance is appreciated.

Cheers.