![]() |
PhoenixPNG
0.1.0
Set of tools to ease use of png file
|
#include <png.h>
#include "PPath.h"
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().