Need jmagick64.dll

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
kamesh jagana
Posts: 1
Joined: 2013-10-31T22:30:46-07:00
Authentication code: 6789

Need jmagick64.dll

Post by kamesh jagana »

I am trying to run a program to call ImageMagick using Jmagick API, but im getting the following error:

Exception in thread "main" java.lang.UnsatisfiedLinkError: D:\Program Files\Java\jdk1.6.0_29\bin\jmagick.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1732)

Im using 64 bit PC.

Can anybody please give some information how to use Jmagick on 64 bit PC,

Thanks,
kamesh
narayanak
Posts: 1
Joined: 2014-01-08T06:33:29-07:00
Authentication code: 6789

Re: Need jmagick64.dll

Post by narayanak »

By any chance did you have success compiling dll for 64bit? would it be possible to share it with us?
Post Reply