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

Comparing ray/src/px/ra_bmp.c (file contents):
Revision 2.9 by greg, Thu Sep 23 18:00:54 2004 UTC vs.
Revision 2.10 by greg, Mon Oct 4 17:44:22 2004 UTC

# Line 160 | Line 160 | main(int argc, char *argv[])
160                  if (rgbp == NULL) {
161                          hdr = BMPmappedHeader(scanlen(&rs),
162                                                  numscans(&rs), 0, 256);
163 +                        /*
164                          if (outfile != NULL)
165                                  hdr->compr = BI_RLE8;
166 +                        */
167                  } else
168                          hdr = BMPtruecolorHeader(scanlen(&rs),
169                                                  numscans(&rs), 0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines