| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2006.02.03 16:29 "Re: Planar configuration Separate question", by Bob FriesenhahnOn Fri, 3 Feb 2006, michael Dorrian wrote: > > 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/ |
|||||||