How to covert any Image to JEPG Format through ImageMagick in Java for AEM?
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?
Solution
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.