]> git.draconx.ca Git - liblbx.git/blob - src/imgoutput.h
lbximg: Add a new PNG writing routine.
[liblbx.git] / src / imgoutput.h
1 #ifndef IMGOUTPUT_H_
2 #define IMGOUTPUT_H_
3
4 int img_output_png(FILE *f, const char *filename,
5                    unsigned width, unsigned height,
6                    unsigned char **framedata, unsigned char **mask,
7                    struct lbx_colour *palette);
8
9 #endif