rmagick-temp / rmagick

An interface to the ImageMagick and GraphicsMagick image processing libraries.
http://rmagick.rubyforge.org/
MIT License
790 stars 102 forks source link

why columns and rows are wrong? #132

Closed benyu closed 9 years ago

benyu commented 9 years ago
img = Magick::Image::read('some.jpg').first
img.columns
#puts 2592
img.rows
#puts 1936

The some.jpg real size is: 1936 x 2692 So that i resize it in wrong dimensions.