

                         Universal BitMap Format
                       Designed by Bj and Mr.Spock
Ŀ
OffsetLngth Contents             Description                             
Ĵ
  0     6    'UBF92a'          - 6 Bytes File Type!                      
  5     1     Byte             - Number of Characters Saved.             
  6     1     Byte             - Width of Char                           
  7     1     Byte             - Height                                  
  8     1     Byte             - Flags                                   
                                  Bit 0 - Conversion Table Present.      
                                  Bit 1 - Palette Present.               
                                  Bit 2 - RLE Compression. [Disabled]    
                                  BIT 3 - LZW Compression.               
  9    [5]    Bytes            - Conversion Table if Flag 0 Set.         
 9+[5] 256    3*Bytes          - 18 Bit RGB Palette. if Flag 1 Set.      
To EOF        [5]*[6]*[7]      - Chars Rawd.                             
                                  First to Last Char,                    
                                  Each Char is Top to Buttom,            
                                  Every Row is Left to Right.            

