CPreviewImage

What is a CPreviewImage?

CPreviewImage is a format used to store a 64x48 bitmap preview of the first frame in memory seperate from the CImageBank.

Structure

Size Type Name Description
4 UInt32 Size The data size of the bitmap, excludes itself
40 BITMAPINFOHEADER Bitmap Info Header A header used in bitmap files, uses a WinAPI structure
Size - 40 UInt8[] Bitmap Data The data of the bitmap, formatted using the bitmap file standard