CImageBank

What is CImageBank?

CImageBank is a format used to store an array of values using the CImage data type.

Structure

Size Type Name Description
4 ASCII Header Bank header, always "AGMI"
4 Int32 Unknown  
... LOGPALETTE Palette A palette used for 256 color mode, uses a WinAPI structure
4 UInt32 Count The length of the next array
... CImage[] Images An array of images, the length is equal to Count