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 2005

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

2005.04.15 03:23 "TIFF Technote 3, draft 2", by Chris Cox
2005.04.15 08:06 "Re: TIFF Technote 3, draft 2", by Andrey Kiselev
2005.04.15 18:44 "Re: TIFF Technote 3, draft 2", by Chris Cox
2005.04.15 19:06 "Re: TIFF Technote 3, draft 2", by Bob Friesenhahn
2005.04.15 19:19 "Re: TIFF Technote 3, draft 2", by Chris Cox
2005.04.26 16:33 "Re: TIFF Technote 3, draft 2", by Kai-uwe Behrmann
2005.04.26 16:56 "Re: TIFF Technote 3, draft 2", by Bob Friesenhahn
2005.04.26 17:26 "Re: TIFF Technote 3, draft 2", by Kai-uwe Behrmann
2005.04.26 18:27 "Re: TIFF Technote 3, draft 2", by Chris Cox
2005.04.26 16:36 "Re: TIFF Technote 3, draft 2", by Kai-uwe Behrmann

2005.04.15 19:19 "Re: TIFF Technote 3, draft 2", by Chris Cox

> All this is good news.  It would be useful if the specification 
> would specify a normalized range for the "viewable" data.  For 
> example, it would helpful if there was a standard way to convert 
> back and forth between normal integer type RGB and float RGB.  It 
> can be expected that dynamic range will be lost when converting to 
> unsigned RGB but the resulting image should look normal.
>
> Is it possible to provide recommendations for this without stepping 
> on someone's toes?

I can provide a recommendation about range for viewing - but that's 
about all it is.
1.0 should be diffuse white in the scene, specular highlights can go 
over -- this matches typical camera behavior and provides a useful 
image to preview using a trivial (1.0 -> 255, 0.0 -> 0) mapping.

Converting is another story, and optimal conversions are VERY image 
dependent when dealing with HDR data.

Chris