MatchFormat detects whether the file data in the provided header matches the PNG image format.
Parameters |
Description |
File* file |
Pointer to the File which is verified. |
UByte* header |
The header tag of the file. |
UPInt headerSize |
The size of the buffer which contains the image header data. |
A Boolean value of true if the image file is of PNG image format.