2006.02.03 09:43 "[Tiff] Planar configuration Separate question", by michael Dorrian

2006.02.03 16:29 "Re: [Tiff] Planar configuration Separate question", by Bob Friesenhahn

I have raw non-interleaved data that i take into my program and then organise it into interleaved format and write out my tiff file then. Does setting Planar configuration to Separate allow me to somehow set the data directly into the tiff file without having to sort it and then set the tiff data?. I made a little sample program myself and it always seems i have to organise the data from RRR GGG BBB to RGB RGB RGB and then set my tiff data. Am i doing something wrong

With 'Separate' planar configuration, each strip is just one component so the strip is red, green, or blue. Planar TIFFs are pretty cool, but may be a bit slower to access since most applications use a contiguous in-memory image organization

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