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
September 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.09.15 12:38 "alpha in Grayscale or Palette", by Anurag Singh
2006.09.15 15:49 "Re: alpha in Grayscale or Palette", by Gerben Vos
2006.09.15 17:37 "Re: alpha in Grayscale or Palette", by Bob Friesenhahn
2006.09.15 17:46 "Re: alpha in Grayscale or Palette", by Ed Grissom
2006.09.15 17:54 "Re: alpha in Grayscale or Palette", by Bob Friesenhahn
2006.09.16 20:01 "Re: alpha in Grayscale or Palette", by Joris Van Damme
2006.09.16 20:47 "Re: alpha in Grayscale or Palette", by Bob Friesenhahn
2006.09.16 21:50 "Re: alpha in Grayscale or Palette", by Joris Van Damme
2006.09.16 22:00 "Re: alpha in Grayscale or Palette", by Toby Thain
2006.09.16 22:18 "Re: alpha in Grayscale or Palette", by Joris Van Damme
2006.09.16 22:20 "Re: alpha in Grayscale or Palette", by Toby Thain
2006.09.16 22:38 "Re: alpha in Grayscale or Palette", by Joris Van Damme
2006.09.17 02:07 "Re: alpha in Grayscale or Palette", by Graeme Gill
2006.09.17 08:49 "Re: alpha in Grayscale or Palette", by Joris Van Damme
2006.09.17 09:03 "Re: alpha in Grayscale or Palette", by Joris Van Damme
2006.09.17 10:39 "Re: alpha in Grayscale or Palette", by Graeme Gill
2006.09.17 17:23 "Re: alpha in Grayscale or Palette", by Joris Van Damme
2006.09.18 01:35 "Re: alpha in Grayscale or Palette", by Graeme Gill
2006.09.18 09:40 "Re: alpha in Grayscale or Palette", by Joris Van Damme
2006.09.18 14:39 "Re: alpha in Grayscale or Palette", by Gerben Vos
2006.09.16 09:58 "Re: alpha in Grayscale or Palette", by Anurag Singh
2006.09.18 11:23 "Re: alpha in Grayscale or Palette", by Gerben Vos
2006.09.18 11:06 "Re: alpha in Grayscale or Palette", by Gerben Vos

2006.09.18 11:23 "Re: alpha in Grayscale or Palette", by Gerben Vos

Anurag Singh wrote:
>  
> then how will i get extra data plane in palette images. I want all
> image data so please let me know how can i get it.

Please read the libtiff manual, then ask a more specific question.

> So what should i understand??  i am getting that grayscale and palette
> both can have extra component. am i rt?

Yes, you can set the ExtraSamples tag to 1 and just add the extra sample
for each pixel to the image data. The first sample for the pixel would
be either the greyscale value or the index into the palette, the second
would be the alpha value. Please note that it is defined as associated
alpha (read the TIFF spec for explanation, or for example the PNG spec,
which explains why they didn't use it), which is hard to use, or even
just useless when used with a palette.

					Gerben.