Search found 1 match
- 2015-05-13T23:39:06-07:00
- Forum: Developers
- Topic: Use ImageMagick as component without installing
- Replies: 0
- Views: 5203
Use ImageMagick as component without installing
I am developing a java application where i require image conversion. So i want to use imageMagick for that. I made a java program using jmagick.jar in classpath and then installed imageMagick. Then the program was running as expected. But i want to pack imageMagick component in my application, so ...