ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tonemap.h
(Generate patch)

Comparing ray/src/common/tonemap.h (file contents):
Revision 3.24 by greg, Tue Jul 27 16:13:40 2010 UTC vs.
Revision 3.25 by greg, Wed Aug 18 15:25:03 2010 UTC

# Line 51 | Line 51 | extern "C" {
51  
52   /****    Conversion Constants and Table Sizes    ****/
53  
54 < #define TM_BRTSCALE     512             /* brightness scale factor (integer) */
54 > #define TM_BRTSCALE     256             /* brightness scale factor (integer) */
55  
56   #define TM_NOBRT        (-1<<15)        /* bogus brightness value */
57   #define TM_NOLUM        (1e-17)         /* ridiculously small luminance */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines