![]() |
PhoenixPNG
0.1.0
Set of tools to ease use of png file
|
Go to the source code of this file.
Macros | |
#define | PNG_BYTES_TO_CHECK 4 |
Functions | |
bool | check_is_png (const PPath &fileName) |
Check if the given filename is a png file. | |
#define PNG_BYTES_TO_CHECK 4 |
Definition at line 10 of file check_png.cpp.
Referenced by check_is_png().
bool check_is_png | ( | const PPath & | fileName | ) |
Check if the given filename is a png file.
fileName | : name of the file to be checked |
Definition at line 16 of file check_png.cpp.
References PNG_BYTES_TO_CHECK.
Referenced by PImagePng::read().