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

Comparing ray/src/px/ra_ps.c (file contents):
Revision 2.11 by greg, Thu Sep 28 11:23:42 1995 UTC vs.
Revision 2.12 by greg, Thu Sep 28 16:34:30 1995 UTC

# Line 191 | Line 191 | char  *name;
191          }
192          printf("%f %f translate\n", (pwidth-iwidth)*.5, (pheight-iheight)*.5);
193          printf("%f %f scale\n", iwidth, iheight);
194 <        puts("%%%%EndProlog");
194 >        puts("%%EndProlog");
195                                          /* start image procedure */
196          printf("%d %d 8 [%d 0 0 %d 0 %d] ", xmax, ymax, xmax, -ymax, ymax);
197          if (docolor) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines