Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. Сontents of container from clipboard
  2.  
  3. 1. First dword - contains the total length of data in the container
  4.  
  5. 2. Second dword - indicates the type of data:
  6.    0 = Text
  7.    1 = Highlighted text block
  8.    2 = Image
  9.    3 = RAW
  10.    4 and above reserved
  11.  
  12. 2.1 Text
  13.     Data in the third dword contain type:
  14.     0 = UTF
  15.     1 = 0866    
  16.     2 = 1251
  17.     3 and above reserved
  18.    
  19. 2.2 Highlighted text block
  20.     Differs from 2.1 - that all rows have the same length.
  21.  
  22. 2.3 Image
  23.     Third dword - X size
  24.     Fourth dword - Y size
  25.     Fifth dword - bit color depth (8, 16, 24, 32, 48, 64)
  26.     Sixth dword - Pointer to the palette (the offset from the beginning of the file).
  27.                    If the palette is not set then value 0
  28.     Seventh dword - The size of the palette, the maximum value of 256 * 4 = 1024 bytes.
  29.                    If the palette is not set then value 0
  30.     Eighth dword - A pointer to the pixel data for the R, G, B.
  31.     Ninth dword - The size of the data for pixels.
  32.    
  33. 2.4 RAW
  34.     Can contain any data, because content at the discretion of the programmer
  35.