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.8 by gwlarson, Mon Aug 17 17:58:47 1998 UTC vs.
Revision 3.9 by gwlarson, Mon Oct 5 16:49:52 1998 UTC

# Line 232 | Line 232 | tmLoadPicture(TMbright **lpp, BYTE **cpp, int *xp, int
232          malloc(3), and should be freed with free(3) when no longer needed.
233          Calls tmSetSpace() to calibrate input color space.
234  
235 <        lpp     -       returned array of encoded luminances, English ordering.
235 >        lpp     -       returned array of encoded luminances, picture ordering.
236          cpp     -       returned array of encoded chrominances (Note 2).
237          xp, yp  -       returned picture dimensions.
238          fname   -       picture file name.
# Line 254 | Line 254 | tmMapPicture(BYTE **psp, int *xp, int *yp, int flags,
254          Memory for the final pixel array is allocated using malloc(3),
255          and should be freed with free(3) when it is no longer needed.
256  
257 <        psp     -       returned array of tone mapped pixels, English ordering.
257 >        psp     -       returned array of tone mapped pixels, picture ordering.
258          xp, yp  -       returned picture dimensions.
259          flags   -       TM_F_* flags indicating what is to be done.
260          monpri  -       display monitor primaries (Note 1).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines