Skip to main content

Module thumb_table

Module thumb_table 

Source
Expand description

Thumb table loader.

Loads the thumbnail lookup table.

File layout (on disk):

  • S_tnm_thumbnail_database_header:
    • i32 header_size
    • i32 version
    • i32 data_cnt
  • lzss_stream[...] (Siglus LZSS byte-oriented stream)

Decompressed layout:

  • Repeated data_cnt times:
    • TCHAR pct[] (UTF-16LE) NUL-terminated
    • TCHAR thumb[] (UTF-16LE) NUL-terminated

The engine lowercases both strings (str_to_lower) and inserts them into a map pct -> thumb.

Structsยง

ThumbTable