Improving performance with JAI?
Posted: Thu Jun 17, 2010 8:36 am
While profiling our reporting solution I noticed that a significant amount of time is "lost" in
which is called from
I was wondering whether the installation of JAI (Java Advanced Imaging) with its native libs would improve performance? Is TeeChart prepared to make use of JAI?
Cheers,
Code: Select all
com.sun.imageio.plugins.png.PNGImageWriter.write(IIOMetadata, IIOImage, ImageWriteParam)
Code: Select all
com.steema.teechart.exports.ImageExportFormat.save(ImageOutputStream)
Cheers,