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
November 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.11.26 14:17 "Bug in LogLuv", by Antonio Scuri
2003.11.26 16:31 "Re: Bug in LogLuv", by Greg Ward
2003.11.26 17:41 "Re: Bug in LogLuv", by Antonio Scuri
2003.11.26 17:54 "Re: Bug in LogLuv", by Greg Ward
2003.11.27 15:10 "Re: Bug in LogLuv", by Andrey Kiselev
2003.11.27 15:23 "Re: Bug in LogLuv", by Kai-uwe Behrmann
2003.11.27 15:48 "Re: Bug in LogLuv", by Antonio Scuri
2003.11.27 16:01 "Re: Bug in LogLuv", by Kai-uwe Behrmann
2003.11.27 19:10 "Re: Bug in LogLuv", by Greg Ward

2003.11.26 14:17 "Bug in LogLuv", by Antonio Scuri

There is an error in "tif_luv.c" in function Luv24fromLuv48 line 997:

Where:

	Ce = uv_encode((luv[1]+.5)/(1<<15), (luv[2]+.5)/(1<<15),

Should be:

	Ce = uv_encode((luv3[1]+.5)/(1<<15), (luv3[2]+.5)/(1<<15),

BTW, does anyone know if this format is still used for HDR images?

Best,
scuri