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
October 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.10.16 20:34 "Tag 346", by Ross Presser
2006.10.16 21:24 "Re: Tag 346", by Joris Van Damme
2006.10.16 21:47 "Re: Tag 346", by Ross Presser
2006.10.16 21:57 "Re: Tag 346", by Bob Friesenhahn
2006.10.16 22:50 "Re: Tag 346", by Chris Cox
2006.10.16 22:18 "Re: Tag 346", by Toby Thain
2006.10.17 01:38 "Re: Tag 346", by Joris Van Damme
2006.10.17 11:41 "Re: Tag 346", by Leonard Rosenthol
2006.10.17 12:24 "Re: Tag 346", by Toby Thain
2006.10.17 13:15 "Re: Tag 346", by Leonard Rosenthol
2006.10.17 13:19 "Re: Tag 346", by Leonard Rosenthol
2006.10.17 13:27 "Re: Tag 346", by Ross Presser
2006.10.17 13:53 "Re: Tag 346", by Leonard Rosenthol
2006.10.17 13:17 "Re: Tag 346", by Ross Presser
2006.10.18 10:20 "Re: Tag 346", by Gerben Vos
2006.10.17 19:36 "Re: Tag 346", by Chris Cox

2006.10.17 13:27 "Re: Tag 346", by Ross Presser

On 10/17/06, Leonard Rosenthol <leonardr@pdfsages.com> wrote:
> At 8:24 AM -0400 10/17/06, Toby Thain wrote:
> >Doesn't matter for the OP's purpose (as he explained).
> >
>
>         If the actual values of the colormap/index table don't matter
> - then why not ignore it completely and simply treat the image as
> grayscale?   The data for an indexed color image is 100% equivalent
> to the data for a grayscale image - just an array of values (1 per
> pixel).

The data are not quite equivalent; the colors do have semantic meaning
in this context -- it's important to know which pixels are magenta
rather than black, and the magenta and black pixels are not shades of
the same tint. It may work as an intermediate format.  It would look
rather odd on screen, though, as a grayscale image, since the three
palette entries would correspond to gray levels that were very very
close together: 0, 1, and 2. I would have to expand that, maybe to
0-127-255; and if I'm going to do that manipulation, why not go a
little further and use a format that might actually look like
something on screen, i.e. indexed RGB color, using #000000, #FFFFFF,
#FF00FF?