I've been trying to get this to work and I can't seem to make it.

setup files :

JDK/JRE        : java 1.5.0_05
imagemagick :  ver 6.3.1-Q16
jmagick         : ver 6.2.6-win-im-6.2.9

steps :

installed ImageMagick in dir : "C:\utils\ImageMagick-6.3.1-Q16".

JMagick installation :

jmagick.dll -> to JAVA_HOME\jre\lib\bin
jmagick.jar -> in my classpath

Trying:

ImageInfo info = new ImageInfo("d:/test.jpg");
MagickImage image = new MagickImage(info);

An exception "java.lang.UnsatisfiedLinkError: C:\Program
Files\Java\jdk1.5.0_05\jre\bin\jmagick.dll: Can't find dependent
libraries" is thrown.

I thought that it might be a problem that the ImageMagick path was not
set, but that path already in PATH variable.

Thank you for reading through this email, and please send me your
thoughts on a sollution.


--
Best regards,
Polzunov Sergei
e-mail: [EMAIL PROTECTED]
ICQ: #204206246
_______________________________________________
Magick-developers mailing list
Magick-developers@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-developers

Reply via email to