I'm using the iText Graphics2D implementation to render monotone images to a
PDF file. These images consist of only 1 color, with empty spots in the
image being completely transparent.

The problem arises when the single color is pure black ( 0, 0, 0, 255 ). The
image is completely transparent in the resulting PDF.

If I programmatically change the color from ( 0, 0, 0, 255 ) to ( 0, 0, 1,
255 ), the image renders normally.

Any help would be greatly appreciated.
-- 
View this message in context: 
http://www.nabble.com/PdfGraphics2D-Issue-tp16421935p16421935.html
Sent from the iText - General mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to