ImageMagick?

Hello,

I am getting this message. Does Aspose.Words need ImageMagick? I am using JAI

Aspose.Words for Java is limited with JDK’s built-in image encoders/decoders.
In order to improve reading/writing quality use the following external graphics libraries:

  • ImageMagick
    • Download and install ImageMagick from ImageMagick – Download
    • Windows users will have to set up the path to ImageMagick via IM4JAVA_TOOLPATH or ProcessStarter.setGlobalSearchPath(myPath), e.g. IM4JAVA_TOOLPATH=C:\Program Files\ImageMagick-7.0.8-Q16
    • Download im4java im4java - Browse Files at SourceForge.net
    • Copy im4java-1.4.0.jar to CLASSPATH or copy to JDK_HOME/jre/lib/ext directory.

@cpatricio76

Could you please share Java version that you are using? Please also share simplified code example and document to reproduce this issue at our end. We will investigate the issue and provide you more information on it.