BMP_GetFileSize
Default mainpageat91libutilityBMP_GetFileSize
Description Source Call Graph
BMP_GetFileSize
Returns the size of a BMP image given at least its header (the file does not have to be complete).
 
Syntax / parameters
unsigned int BMP_GetFileSize (void *file)

Name Type Default Description
file void *
  Pointer to the buffer which holds the BMP file.
 
Return value unsigned int
  size of BMP image
Description
Returns the size of a BMP image given at least its header (the file does not have to be complete).

 
Source
The documentation for this Member was generated from the following files:
  • bmp.c