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

Comparing ray/src/util/rpiece.c (file contents):
Revision 2.62 by greg, Mon Jun 3 18:55:51 2024 UTC vs.
Revision 2.63 by greg, Wed Jul 3 17:06:57 2024 UTC

# Line 298 | Line 298 | init(                  /* set up output file and start rpict */
298          sprintf(vrbuf, "%d", vres);
299          rpargv[rpargc++] = "-y"; rpargv[rpargc++] = vrbuf;
300          rpargv[rpargc++] = "-pa"; rpargv[rpargc++] = "0";
301 +        rpargv[rpargc++] = "-pm"; rpargv[rpargc++] = "0";
302          rpargv[rpargc++] = av[ac-1];
303          rpargv[rpargc] = NULL;
304                                          /* open output file */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines