]> git.imager.perl.org - imager.git/blob - PNG/impng.h
[rt #69008] depend on a CPAN::Meta that depends on JSON::PP
[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);
7 undef_int i_writepng_wiol(i_img *im, io_glue *ig);
8
9 #endif