AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2015.04.20 06:51 "[Tiff] Does TIFFReadRGBAStrip() supports Planner data", by Atul Aggarwal
2015.04.20 13:21 "Re: [Tiff] Does TIFFReadRGBAStrip() supports Planner data", by Bob Friesenhahn
2015.04.20 17:19 "[Tiff] Reading Plannar data with LibTIff", by Richard Nolde

2015.04.20 13:21 "Re: [Tiff] Does TIFFReadRGBAStrip() supports Planner data", by Bob Friesenhahn

I just joined the TIFF mailing list and I am sorry if I am repeating some already answered question.

TIFFReadRGBAStrip() works well for all encodings, color spaces, number of bits, but it looks like it does not convert input Planer Tiff image to interleaved format, is that true or am I missing something?

It is true. Use TIFFReadEncodedStrip() to deal with planar images. This requires more work on your part since you need to decode the strip, and combine the planes to support how your application stores its images.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/