Closed benyu closed 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.
The some.jpg real size is: 1936 x 2692 So that i resize it in wrong dimensions.