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 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.02.11 15:52 "Help with TIFFWriteScanline()", by James Sumners
2008.02.11 16:33 "Re: Help with TIFFWriteScanline()", by James Sumners
2008.02.11 16:38 "Re: Help with TIFFWriteScanline()", by James Sumners
2008.02.11 17:20 "Re: Help with TIFFWriteScanline()", by Chris Cox
2008.02.12 02:31 "Re: Help with TIFFWriteScanline()", by James Sumners
2008.02.11 17:29 "Re: Help with TIFFWriteScanline()", by Gerben Vos
2008.02.11 17:11 "Re: Help with TIFFWriteScanline()", by Gerben Vos

2008.02.11 17:29 "Re: Help with TIFFWriteScanline()", by Gerben Vos

James Sumners wrote:

> Would 8 SPP squeeze the image into a smaller space?

I am not sure what 8 samples per pixel would mean. 3 samples per pixel
is reasonable for an RGB image, a fourth could indicate an alpha
channel, but most people never see more than that unless they're into
professional printing or even more specialized fields.

> How is 1 SPP producing a grayscale image?

Logical: there is 1 sample for every pixel. The sample represents the
grey scale value (0..255) and is expressed in 8 bits (that is, 8 bits
per sample).

					Gerben Vos.