I run windows xp and I have MiniMagick and ImageMagick (latest versions) installed. Now I use the console to verify that everything is working. Using ms prompt command line does not work. I am testing this using an authentication command. Now when I try to use MiniMagick from the console by typing
image = MiniMagick::Image.new('image.jpg')
He returns
MiniMagickError, "ImageMagick command (" identify \ input.jpg \ ") failed: {: status_code => #" 'ident' is not recognized as an internal or external command, \ nvariable program or batch file. \ N "}
Does anyone help?
digitalWestie
source
share