RMagick darwin ports and crop_resized

Posted by tom August 13th, 2006

Tonight I was having problems with crop_resized: test.rb:7: undefined method `crop_resized' for test.jpg JPEG 1000x500 1000x500+0+0 DirectClass 8-bit 336kb:Magick::Image (NoMethodError)

It proved that rb-rmagick (a darwin/mac port) did not support this, so I uninstalled it and installed RMagick as a gem, now it works!

Leave a Reply