From: Mat Schaffer Date: 2007-02-28T13:32:19+09:00 Subject: Re: using mini_magick On Feb 27, 2007, at 11:26 PM, Jonathan Denni wrote: > Mat Schaffer wrote: >> First use: >> require 'rubygems' > > yay! thanks, no more error :) > > now my other problem: how do I use mini_magick? the MiniMagick > rubyforge > page points me to http://www.imagemagick.org/script/mogrify.php but I > don't see how that translates into ruby syntax. typing including > "mogrify -resize 50% rose.jpg" is definitely not working. Run gem_server on the command line then point your web browser at: http://localhost:8808/doc_root/mini_magick-1.2.0/rdoc/index.html (Or start at localhost:8808 if your version of mini_magick is different) It looks like the mini_magick docs are pretty sparse though. -Mat