EntryHeader.size

Size of an entry including this header.

Only used if the file contains an attachment or embedded mipmaps. It is zero otherwise. Remarks:

For single images this is usually: width x height + 0x10h.

For images with embedded mipmaps, this is the total size of the original image, plus all mipmaps, plus the header.

In either case, it may include additional data as a binary attachment with unknown format.

struct EntryHeader
int24 size;

Meta