ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/x11image.c
(Generate patch)

Comparing ray/src/px/x11image.c (file contents):
Revision 2.77 by greg, Tue Sep 10 20:24:42 2024 UTC vs.
Revision 2.78 by greg, Thu Nov 21 17:15:54 2024 UTC

# Line 1073 | Line 1073 | make_tonemap(void)                     /* initialize tone mapping */
1073                  tmGlobal = tmInit(flags, stdprims, gamcor);
1074                  if (tmGlobal == NULL)
1075                          goto memerr;
1076 <                if (tmSetSpace(tmGlobal, stdprims, WHTEFFICACY/exposure, NULL))
1076 >                if (tmSetSpace(tmGlobal, stdprims, WHTEFFICACY/exposure))
1077                          goto tmerr;
1078                                                  /* compute picture histogram */
1079                  for (y = 0; y < ymax; y++) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines