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...
How to use ImageMagick for java project in Eclipse (Ubuntu 14.04)
-
- Posts: 1
- Joined: 2018-01-17T22:45:32-07:00
- Authentication code: 1152
Re: How to use ImageMagick for java project in Eclipse (Ubuntu 14.04)
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.
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.