projects
/
imager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
correct changes - we search for font handlers not fonts
[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