Anybody any transparent thoughts on this...
 
I'm using buffered images to draw on Graphics2d generated from the PdfContentByte. The buffered images are type ARGB (source PNG, GIF) and they contain transparency if I check image.getColorModel().getTransparency().
 
To check the transparency further I even replaced all transparent areas with an other color.
 
However when generating the pdf the transparency is turned into a solid color.
 
If I use a template with PdfGState and set the blendmode to BM_MULTIPLY transparency is achieved simular to Photoshop. However the downside is that the layers of individual images or text get mixed.

My question:

Does transparency for Graphics2d work? If it works what am I doing wrong? If it doesn't work when will it be fixed?

Greetings from Peter
------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to