Skip to content
jacky shi edited this page Jul 13, 2016 · 2 revisions

Welcome to the jmagick wiki! Note for newbie! In order to use jmagick, you should do below things!

  1. Build ImageMagick with proper configure, please refer ImageMagick's install file. After that, we could use convert -version to verify whether the delegates are built in for(version later than ?).

  2. add lib folder to LD_LIBRARY_PATH or Copy lib folder of ImageMagick

  3. Build JMagick

  4. Copy built so files(libJMagick.so and libJMagick-x.y.x.so) to $JAVA_HOME/jre/lib/amd64

Clone this wiki locally