Page 1 of 1

How to use ImageMagick for java project in Eclipse (Ubuntu 14.04)

Posted: 2018-01-17T23:16:52-07:00
by the.Shank_
Hi Everyone!

>>what is the way of using ImageMagick to develop a java project in eclipse (in UBUNTU 14.04) ?

>>Does ImageMagick support in this ditribution of linux, i.e. Ubuntu 14.04 LTS

>>While using jmagick library in my java Project in Eclipse, It's Throwing an Exception
"java.lang.UnsatisfiedLinkError: no JMagick in java.library.path"

How can I resolve this issue...???

Please HELP

Thanks in advance...

Re: How to use ImageMagick for java project in Eclipse (Ubuntu 14.04)

Posted: 2018-04-23T12:55:59-07:00
by dkode
Hi,

You can try im4Java http://im4java.sourceforge.net/ in place of Jmagick, which is a cli wrapper over imagemagick written in java. It works outside the JVM through java processor builder API, so rules out JVM memory headaches.

It has a good documentation and easy to follow apis.
GITHUB https://github.com/Widen/im4java.
Go to tests folder in case of any doubt.