![]() |
|
PhoenixPNG
1.0.0
Set of tools to ease use of png file
|
#include <png.h>#include "PPath.h"
Include dependency graph for check_png.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| bool | check_is_png (const PPath &fileName) |
| Check if the given filename is a png file. | |
| 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().
Here is the caller graph for this function: