File: impng.h

package info (click to toggle)
libimager-perl 1.027%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,820 kB
  • sloc: perl: 32,971; ansic: 28,092; makefile: 52; cpp: 4
file content (16 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (7)
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