home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 3 / Developers_Source_Vol_03_1996.iso / unixr / jun94 / rago11.gif < prev   
Graphics Interchange Format  |  1996-01-05  |  401.8 KB  |  805x1103  |  8-bit (156 colors)
   ocr: XDR Data Types FIGURE 1 Type Representation Sample Declaration Integer 01 23 int> x MSB LSB integer Unsigned MSB 0123 LSB unsigned int x Enumeration 0123 enumla=1,b-21x MSB LSB Boolean 01123 bool: X; MSB LSB Hyper unsigned integer hyper and integer MSB U - 23 - 4 5,6 7 LSB hyper unsigned int> X; hyper int y Floating point 0 - 2 3 float X; 1-bits sign 8-bit exponent 23-bit fraction Double Floating point precision 0 - 21 52-bit 31 fraction 5 b / 7. doublex: 1-bit sign 11-bit exponent Fixed-length data J n-1 pad opaquexin): opaque -nbyles opaque Variable- data length U > U n-1 pad opaquex X> size ...