I need to Rendition for an Image in Java using ImageMagick.I know there are other OOTB implmenations like Web Renditions.But how to achieve this through Java?
Asked
Active
Viewed 288 times
1 Answers
0
I never tried it, probably you can try following.
- Install it in your system or server. It seems Java API of JMagick or Im4java are just interfaces to ImageMagick software installed.
- Use maven repository and embed the dependency with export of packages, so that API can be consumed. (http://felix.apache.org/documentation/subprojects/apache-felix-maven-bundle-plugin-bnd.html#embedding-dependencies)
- Probably try this sample code for conversion (https://stackoverflow.com/a/10372485/2075487).

Dileepa
- 1,019
- 1
- 15
- 40