#ifndef IMGOUTPUT_H_ #define IMGOUTPUT_H_ int img_output_png(FILE *f, const char *filename, unsigned width, unsigned height, unsigned char **framedata, unsigned char **mask, struct lbx_colour *palette); #endif