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

Comparing ray/src/px/pinterp.c (file contents):
Revision 2.53 by greg, Tue Jun 3 21:31:51 2025 UTC vs.
Revision 2.55 by greg, Wed Jul 2 16:54:44 2025 UTC

# Line 326 | Line 326 | main(                  /* interpolate pictures */
326                  fprintview(&avgview, stdout);
327                  putc('\n', stdout);
328          }
329 <        if ((pixaspect < .99) | (pixaspect > 1.01))
329 >        if ((pixaspect < .995) | (pixaspect > 1.005))
330                  fputaspect(pixaspect, stdout);
331          if (ourexp > 0)
332                  ourexp *= rexpadj;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines