Those are very old news. iText now supports TIFFs directly, LZW and packbits included, ICC, CMYK, etc. No planar mode and masks, though. See the package codec. You can also use Image.getInstance() but in that case only the first TIFF page is read.
Best Regards, Paulo Soares > -----Original Message----- > From: Markus Enders [SMTP:[EMAIL PROTECTED] > Sent: Friday, July 04, 2003 15:49 > To: [EMAIL PROTECTED] > Subject: [iText-questions] support of different TIFF-compressions > > Hi everybody, > > i wonder if it is possible to write LZW-compressed TIFFs to an PDF using > iText. As fas I know, PDF is able to decompress those LZW compressed > TIFFs, so all I need to do is to put the binary data in PDF-file and to > set information that it is a LZW compressed TIFF. > > Using the example code > http://www.lowagie.com/iText/examples/Chap0612.java it works perfectly > for non-compressed TIFF images, when you use > img=Image.getInstance((int)w, byteswritten, > (int)channels,(int)colordepth,im) getting the Image instance. > > Is there any possibility to do it the same way with LZW or PackedBits > compressed TIFFs? Will there be any support for these TIFF-file formats > in the future? (I'm not asking that iText should decode and encode > LZW-tiffs; only to write them as they are to the PDF....) > > > Ciao > Markus Enders, GDZ > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
