ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/bmpfile.h
(Generate patch)

Comparing ray/src/common/bmpfile.h (file contents):
Revision 2.8 by greg, Tue Sep 5 18:41:22 2017 UTC vs.
Revision 2.9 by greg, Mon Feb 8 18:43:21 2021 UTC

# Line 36 | Line 36 | typedef struct {
36          int32           width;          /* bitmap width (pixels) */
37          int32           height;         /* bitmap height (pixels) */
38          /* the following fields must not be altered after allocation */
39 <        int             bpp;            /* bits per sample (1,4,8,16,24,32) */
39 >        int             bpp;            /* bits per pixel (1,4,8,16,24,32) */
40          uint32          infoSiz;        /* info buffer size (bytes) */
41          /* but the color table should be filled by writer before open call */
42          RGBquad         palette[3];     /* color palette (extends struct) */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines