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
March 2008

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

2008.03.29 04:18 "TIFFReadRawStrip buffer data type", by James Sumners
2008.03.29 06:05 "Re: TIFFReadRawStrip buffer data type", by Bob Friesenhahn
2008.03.29 11:44 "Re: TIFFReadRawStrip buffer data type", by James Sumners
2008.03.29 15:41 "Re: TIFFReadRawStrip buffer data type", by Bob Friesenhahn
2008.03.29 16:26 "Re: TIFFReadRawStrip buffer data type", by James Sumners
2008.03.29 14:58 "Re: TIFFReadRawStrip buffer data type", by Frank Warmerdam
2008.03.29 16:29 "Re: TIFFReadRawStrip buffer data type", by James Sumners
2008.03.29 16:51 "Re: TIFFReadRawStrip buffer data type", by Bob Friesenhahn
2008.04.24 14:16 "Re: TIFFReadRawStrip buffer data type", by James Sumners

2008.03.29 15:41 "Re: TIFFReadRawStrip buffer data type", by Bob Friesenhahn

On Sat, 29 Mar 2008, James Sumners wrote:

> Well, the image I'm reading is not compressed. So I thought the data
> would just be the integer color value of each pixel. If that is
> incorrect, how would I get that data? I want to be able to work with
> the color values for the pixels so that I can do my own compression.

If the image is not compressed, then you should be ok. What is the 
bits-per-sample of your data?  If it is 8 and you are using the RGB 
photometric with three samples per pixel, then each byte would be one 
sample representing R, G, or B.  If bits-per-sample is 1, 2, or 4 then 
there is much more work to do since multiple samples will be packed in 
a byte.

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