home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / LINEOUT / OUT.ZIP / SOURCE.ZIP / RLE.TXT < prev    next >
Text File  |  2001-10-15  |  553b  |  15 lines

  1. Human Fly 2 - rle sprite format:
  2.  
  3.          0 | width
  4.          2 | height
  5.          4 | scanline offset-table
  6. 2*height+4 | rle data rle_blocks*(%rnnnnnnnnnnnnnnn,data) (r=rle flag)
  7.  
  8. NOTES:
  9. - offsets are measured in bytes, an offset-table entry is a word
  10.   the offset is the distance from the start of the rle data
  11. - 'nnn..' denotes amount of pixels following headerword
  12. - the rle flag is 0 when pixels are masked out (no data follows!)
  13.   this flag is 1 when data follows
  14. - data is either words or bytes, know if you converted 8b or 16b APX!
  15.