I am trying to use imagemagick in Mac + Eclipse + Java. But it is required libJMagick.dylib file for Eclipse in order to compile my Java problem.
I am tried but failed to generate this file. Can someone share the file?
thanks
Srini
I am looking for libJMagick.dylib file
Re: I am looking for libJMagick.dylib file
I realized, I can even put commands in Runtime.getRuntime().exec() , so i need not use the java API. So this file is not a must, but it is good if someone shared it.