search for: funthumb

Displaying 1 result from an estimated 1 matches for "funthumb".

2007 Aug 10
2
uninitialized constant MiniMagic (NameError)
...Mini-Magick breaking. I have installed mini-magick gem. Here is my sample program require ''rubygems'' gem ''mini_magick'' include minimagick image = MiniMagick::Image.from_file(''./fun.jpg'') image.resize "100x100" image.write(''./funthumb.jpg'') Output: test.rb:3: undefined local variable or method `minimagick'' for main:Object (Name Error) Anyone can help this out? Thanks in Advance!!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups...