]> git.imager.perl.org - imager.git/blob - PNG/impng.h
simplify XS for i_img_to_pal()
[imager.git] / PNG / impng.h
1 #ifndef IMAGER_IMPNG_H
2 #define IMAGER_IMPNG_H
3
4 #include "imext.h"
5
6 i_img    *i_readpng_wiol(io_glue *ig, int flags);
7
8 #define IMPNG_READ_IGNORE_BENIGN_ERRORS 1
9
10 undef_int i_writepng_wiol(i_img *im, io_glue *ig);
11 unsigned i_png_lib_version(void);
12
13 extern const char * const *
14 i_png_features(void);
15
16 #endif