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 2001

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

2001.02.21 18:05 "PhotoShop alpha channels and LibTiff", by Chris Losinger
2001.02.21 19:22 "Re: PhotoShop alpha channels and LibTiff", by Michael O'rourke
2001.02.21 19:44 "Re: PhotoShop alpha channels and LibTiff", by Chris Losinger
2001.02.22 00:39 "Re: PhotoShop alpha channels and LibTiff", by Joris Van Damme
2001.02.22 14:36 "Re: PhotoShop alpha channels and LibTiff", by Ricardo Lopez
2001.02.21 19:57 "Re: PhotoShop alpha channels and LibTiff", by Chris Hanson

2001.02.21 18:05 "PhotoShop alpha channels and LibTiff", by Chris Losinger

i have a TIFF created in PhotoShop (vers??). it is saved with an
alpha channel.

when i go to read this image using TIFFReadRGBAImage, the alpha
channel is not read. LibTiff treats it as an RGB image, not an RGBA.

tracing the code, i found that the alpha channel is marked:
EXTRASAMPLE_UNSPECIFIED. when i forced that flag to EXTRASAMPLE_ASSOCALPHA,
LibTiff returns the proper alpha channel.

what to do about this?

is it a photoshop bug or a libtiff bug?

	-c