File: impng.h

package info (click to toggle)
libimager-perl 1.012%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,376 kB
  • sloc: perl: 31,562; ansic: 27,846; makefile: 53; cpp: 4
file content (16 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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