Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 1d0196e9d96d99d04de566dd780623f7 > files > 291

perl-Imager-0.970.0-2.mga4.x86_64.rpm

#ifndef IMAGER_IMPNG_H
#define IMAGER_IMPNG_H

#include "imext.h"

i_img    *i_readpng_wiol(io_glue *ig, int flags);

#define IMPNG_READ_IGNORE_BENIGN_ERRORS 1

undef_int i_writepng_wiol(i_img *im, io_glue *ig);
unsigned i_png_lib_version(void);

extern const char * const *
i_png_features(void);

#endif