]> git.imager.perl.org - imager.git/blame - PNG/impng.h
avoid an unneeded check in the FT1 has_chars() method implementation
[imager.git] / PNG / impng.h
CommitLineData
1d7e3124
TC
1#ifndef IMAGER_IMPNG_H
2#define IMAGER_IMPNG_H
3
4#include "imext.h"
5
57520a19
TC
6i_img *i_readpng_wiol(io_glue *ig, int flags);
7
8#define IMPNG_READ_IGNORE_BENIGN_ERRORS 1
9
1d7e3124 10undef_int i_writepng_wiol(i_img *im, io_glue *ig);
647508aa 11unsigned i_png_lib_version(void);
1d7e3124 12
79f95bf1
TC
13extern const char * const *
14i_png_features(void);
15
1d7e3124 16#endif