I created image element with java.awt.Image 'Image Expression Class'. The source image has alpha channel but while the report is executed, the image element isn't transparent.
If I'm right the problem arises during JRFillImage.evaluateImage(...) operation. JRImageRenderer with incorrectly set imageData is created there, because it uses JRImageLoader#loadImageDataFromAWTImage(Image) where BufferedImage of TYPE_INT_RGB type is created.
Can it be fixed in next version?
I use JasperReport 1.2.8 (with iReport 1.2.8)
Recommended Comments