ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pict.h
Revision: 1.1
Committed: Wed Oct 23 09:29:10 1991 UTC (32 years, 6 months ago) by greg
Content type: text/plain
Branch: MAIN
Log Message:
Initial revision

File Contents

# Content
1 /* SCCSid "$SunId$ AU" */
2
3 /*
4 Header files for PICTs
5
6 */
7
8 #define HEADER_SIZE 512
9 #define PICT_picVersion 0x0011
10 #define PICT_reservedHeader 0x0C00
11 #define PICT_clipRgn 0x0001
12 #define PICT_EndOfPicture 0x00FF
13 #define PICT_PackBitsRect 0x0098
14 #define PICT_Pack32BitsRect 0x009A
15