From: Timothy Hunter Date: 2005-09-15T20:06:34+09:00 Subject: Re: RMagick + ImageMagick issues on OSX Joe Van Dyk wrote: > irb(main):002:0> img = Magick::Image.read('lodge.jpg') > Magick::ImageMagickError: no decode delegate for this image format `lodge.jpg': > from (irb):2:in `read' > from (irb):2 > > I assume that means that imagemagick wasn't compiled with enough image > support, right? In the README-OSX.txt file that comes with RMagick I outline a process for installing RMagick that gets the ImageMagick delegate libraries via Darwinports. It also shows how to determine if ImageMagick is configured the way you need it. Why don't you give that process a try and let me know how it turns out?