home *** CD-ROM | disk | FTP | other *** search
/ The Equalizer BBS / equalizer-bbs-collection_2004.zip / equalizer-bbs-collection / DEMOSCENE-STUFF / INTRO93.ZIP / UBF92A.TXT < prev    next >
Text File  |  1993-02-27  |  2KB  |  24 lines

  1.  
  2.  
  3.                          Universal BitMap Format
  4.                        Designed by Bj and Mr.Spock
  5. ┌──────┬──────┬──────────────────┬───────────────────────────────────────────┐
  6. │Offset│Lngth │Contents          │   Description                             │
  7. ├──────┼──────┼──────────────────┼───────────────────────────────────────────┤
  8. │  0   │  6   │ 'UBF92a'         │ - 6 Bytes File Type!                      │
  9. │  5   │  1   │  Byte            │ - Number of Characters Saved.             │
  10. │  6   │  1   │  Byte            │ - Width of Char                           │
  11. │  7   │  1   │  Byte            │ - Height                                  │
  12. │  8   │  1   │  Byte            │ - Flags                                   │
  13. │      │      │                  │    Bit 0 - Conversion Table Present.      │
  14. │      │      │                  │    Bit 1 - Palette Present.               │
  15. │      │      │                  │    Bit 2 - RLE Compression. [Disabled]    │
  16. │      │      │                  │    BIT 3 - LZW Compression.               │
  17. │  9   │ [5]  │  Bytes           │ - Conversion Table if Flag 0 Set.         │
  18. │ 9+[5]│ 256  │  3*Bytes         │ - 18 Bit RGB Palette. if Flag 1 Set.      │
  19. │To EOF│      │  [5]*[6]*[7]     │ - Chars Rawd.                             │
  20. │      │      │                  │    First to Last Char,                    │
  21. │      │      │                  │    Each Char is Top to Buttom,            │
  22. │      │      │                  │    Every Row is Left to Right.            │
  23. └──────┴──────┴──────────────────┴───────────────────────────────────────────┘
  24.