

u32 SSP_GetBmpFileSize(u16 width, u16 height);
| width | Image width. This must be a multiple of 2. |
| height | Image height. |
Returns the size of a BMP file.
Gets the size of a BMP file created by the SSP_CreateBmpFile function.
2009/04/23 Initial version.
CONFIDENTIAL