Hi there!
I've seen some problems with that in the mail-list.
I'm trying to use a 8 bit png as mask and I have the parsing error when I
open the final document.
my algorithm is the same as everyone:
Image img = Image.getInstance("./image1.jpg");
Image mask = Image.getInstance("./mask.png");
mask.makeMask();
img.setImageMask(mask);
pdftemplate.addImage(img,width,0,0,height, 0,0);
I can't understand what's the problem >_<
I add the image into a pdfTemplate. I supose it's not a problem and my img
is a CMYK img ( anyway I've tried with RGB images and bmp masks but it
doesn't work : / )
any idea?
Thanks!!
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/