]> git.draconx.ca Git - liblbx.git/blobdiff - src/imgoutput.h
lbximg: Add a new PNG writing routine.
[liblbx.git] / src / imgoutput.h
diff --git a/src/imgoutput.h b/src/imgoutput.h
new file mode 100644 (file)
index 0000000..46d9c9a
--- /dev/null
@@ -0,0 +1,9 @@
+#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