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.06 22:03 "Inverting color space values in a TIFF file", by Richard Nolde
2006.10.06 22:05 "Re: Inverting color space values in a TIFF file", by Toby Thain
2006.10.06 22:50 "Re: Inverting color space values in a TIFF file", by Joris Van Damme
2006.10.06 23:37 "Re: Inverting color space values in a TIFF file", by Richard Nolde
2006.10.07 00:44 "Re: Inverting color space values in a TIFF file", by Joris Van Damme
2006.10.07 01:35 "Re: Inverting color space values in a TIFF file", by Joris Van Damme
2006.10.07 02:02 "Re: Inverting color space values in a TIFF file", by Graeme Gill
2006.10.08 21:39 "Re: Inverting color space values in a TIFF file", by Edward Lam

2006.10.07 02:02 "Re: Inverting color space values in a TIFF file", by Graeme Gill

Richard Nolde wrote:

 > Can you refer me to a source of documentation on LAB for my future
 > study?  I'd at least like to understand it better.

If you take a look in the icclib source (http://www.argyllcms.com/icclibsrc.html),
you'll find the functions icmLab2XYZ() and icmXYZ2Lab(), that pretty
straight forwardly implement L*a*b* conversions. If you're not
familiar with color science to some degree though, this won't
take you far, since the next set of questions will be
about how to convert to/from XYZ, and what the white point is :-)

Graeme Gill.