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 2003

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

2003.09.24 08:39 "[Lcms-user] Lab tiff with alpha", by Kai-uwe Behrmann
2003.09.24 08:44 "[Lcms-user] Lab tiff with alpha", by Marti Maria
2003.09.24 21:36 "[Lcms-user] Lab tiff with alpha", by Chris Cox

2003.09.24 21:36 "[Lcms-user] Lab tiff with alpha", by Chris Cox

Yes, that is an unfortunate omission from the TIFF spec.  (the 
correct thing to do would be matte L* with black, and matte a* and b* 
with gray)

And because of that omission, Photoshop DOES matte (premultiply) LAB 
images that have transparency (associated alpha).    Unfortuantely 
nobody caught this until recently, and now we have to keep it that 
way for compatibility with other applications (page layout apps, 
vector editors, and other image editors).

If you want to be compatible with other applications, you'll need to 
matte (premultiply) all 3 channels with black.
You can double check the behavior using Photoshop 7 and InDesign 2.

Chris