BMP_IsValid
Default mainpageat91libutilityBMP_IsValid
Description Source Call Graph
BMP_IsValid
Test if BMP is valid.
 
Syntax / parameters
unsigned char BMP_IsValid (void *file)

Name Type Default Description
file void *
  Buffer holding the file to examinate.
 
Return value unsigned char
  1 if the header of a BMP file is valid; otherwise returns 0.
Description
Test if BMP is valid.

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