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.15 by greg, Thu Oct 5 09:53:47 1995 UTC vs.
Revision 2.16 by greg, Fri Oct 6 12:38:38 1995 UTC

# Line 218 | Line 218 | char  *name;
218          printf("%d %d 8 [%d 0 0 %d 0 %d]\n", xmax, ymax, xmax, -ymax, ymax);
219          if (putprim == Cputprim) {
220                  if (docolor) {
221 <                        puts("{redline read6bitRLE grnline read6bitRLE");
222 <                        puts("bluline read6bitRLE} true 3 colorimage");
221 >                        puts("{redline read6bitRLE}");
222 >                        puts("{grnline read6bitRLE}");
223 >                        puts("{bluline read6bitRLE}");
224 >                        puts("true 3 colorimage");
225                  } else
226                          puts("{gryline read6bitRLE} image");
227          } else {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines