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
June 2002

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

2002.06.12 13:38 "Is Tiff Library supports Alpha Channel?", by <shan@adsgroup.com>
2002.06.13 04:08 "Re: Is Tiff Library supports Alpha Channel?", by Michael Still
2002.06.14 10:46 "Re: Is Tiff Library supports Alpha Channel?", by <shan@adsgroup.com>
2002.06.14 14:59 "Re: Is Tiff Library supports Alpha Channel?", by Leonard Rosenthol
2002.06.15 01:14 "Re: Is Tiff Library supports Alpha Channel?", by Michael Still

2002.06.14 10:46 "Re: Is Tiff Library supports Alpha Channel?", by <shan@adsgroup.com>

> > I would like to know whether the Tiff Library supports Alpha Channel? If
> > the answer is no, is there any alternatives ?
>
> Yes. It depends on the planar config how they are stored.


Thanks for your quick reply.  Could you please explain me the planar config
in detail or please direct me to a site which explains about this.

My actual requirement is,

I have to uncompress a Tiff-CMYK image (which has alpha channel).  And then
convert to jpeg (using libjpeg).  This is working fine for Tiff-CMYK, RGB,
Greyscale.  But the problem I am facing is when the image contains Alpha
Channel.

So my first task is to uncompress a tiff-cmyk (which has alpha channel)
using libtiff.

Thanks again

Shan