AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
February 2006

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2006.02.03 09:43 "Planar configuration Separate question", by Michael Dorrian
2006.02.03 16:29 "Re: Planar configuration Separate question", by Bob Friesenhahn

2006.02.03 09:43 "Planar configuration Separate question", by Michael Dorrian

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