From: Guido Holz Date: 2008-02-19T19:13:55+09:00 Subject: Re: RMagick: img.extract_info contains no data Alex Podaras wrote: > Hello Guido, > > Try this: > > img = Image.read(absolute_path_to_a_nice_picture).first > > puts 'Width: ', img.columns > puts 'Height: ', img.rows > > Hope this helps > > Regards, > Alex thats rocks! thanx ;-) -- Posted via http://www.ruby-forum.com/.