Page 1 of 1

ImageMagick on cygwin

Posted: 2009-12-16T06:32:15-07:00
by jAcKaSS
I have instaled ImageMagick according to instalation instructions on download page, but it doesn't work as it should.

For example if I go to bin folder, where ImageMagick is installed and enter:

Code: Select all

./indentify.exe picture.jpg
It doesn't return anything (whenever picture.jpg exists or not).

What is wrong? What should I do?

System info:
Windows XP
Cygwin 1.5.25
ImageMagick 6.5.7

Re: ImageMagick on cygwin

Posted: 2009-12-16T12:09:20-07:00
by fmw42
Did you install the cygwin version of IM? see http://www.imagemagick.org/script/binary-releases.php

Re: ImageMagick on cygwin

Posted: 2009-12-16T12:30:00-07:00
by Bonzo
Why did you not just install the windows setup ?

What if you try using a built in image like:

Code: Select all

identify -verbose logo:
You will need to use the full path to the image ?