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
April 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.04.17 09:58 "a question about creating transparency of the image in TIFF", by <authletics@mail.ru>
2008.04.17 14:03 "Re: a question about creating transparency of the image in TIFF", by Frank Warmerdam
2008.04.17 15:18 "Re: a question about creating transparency of the image in TIFF", by Gerben Vos
2008.04.17 21:14 "Re: a question about creating transparency of the image in TIFF", by Chris Cox
2008.04.17 21:48 "Re: a question about creating transparency of the image in TIFF", by Bob Friesenhahn
2008.04.18 12:53 "Re: a question about creating transparency of the image in TIFF", by Edward Lam
2008.04.18 15:41 "Re: a question about creating transparency of the image in TIFF", by Bob Friesenhahn
2008.04.18 15:56 "Re: a question about creating transparency of the image in TIFF", by Edward Lam

2008.04.17 21:14 "Re: a question about creating transparency of the image in TIFF", by Chris Cox

There are 2 types of alpha in TIFF: associated (transparency) and
unassociated (undefined extra channels).

Also, the TIFF spec. states that images with associated alpha (transparency)
must be premultiplied.

Chris



On 4/17/08 8:18 AM, "Gerben Vos" <Gerben@zylab.com> wrote:

>> Константин Луцкий wrote:
>>> Hi.  Can anyone help me ?  How can I create transparency of the image in
>>> TIFF? 
> 
> Frank Warmerdam wrote:
>> The conventional approach is to create an alpha sample for each pixel, and
>> set it to indicate transparent pixels.
> 
> For example, for RGB images (PhotometricInterpretation = 2) you can set
> SamplesPerPixel to 4, and then indicate in the ExtraSamples tag that the
> extra (fourth) sample is an alpha channel. Read the TIFF specification for
> more info.
> 
> Gerben Vos.
> 
> _______________________________________________
> Tiff mailing list: Tiff@lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/tiff
> http://www.remotesensing.org/libtiff/