Rails- MiniMagick commands not working

Posted by digitalWestie on Stack Overflow See other posts from Stack Overflow or by digitalWestie
Published on 2009-09-20T15:20:01Z Indexed on 2010/05/08 10:08 UTC
Read the original article Hit count: 155

I'm running windows xp and I've got MiniMagick and ImageMagick installed (latest versions). I'm now using the console to test out that everything works. Using the ms command prompt image magick works no problem. I'm testing this by using the identify command. Now, when I try to use MiniMagick from the console by entering

image = MiniMagick::Image.new('image.jpg')

It returns

MiniMagickError, "ImageMagick command ("identify \"input.jpg\"") failed: {:status_code => #"'identify' is not recognized as an internal or external command,\noperable program or batch file.\n"}

Can anybody help?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about imagemagick