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

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
the.Shank_
Posts: 1
Joined: 2018-01-17T22:45:32-07:00
Authentication code: 1152

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

Post 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...
dkode
Posts: 9
Joined: 2018-04-23T11:26:53-07:00
Authentication code: 1152

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

Post 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.
Post Reply