summaryrefslogtreecommitdiff
path: root/src/imageutils.h
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-01-24 03:02:31 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-01-24 03:02:31 (GMT)
commit1e7636e364535c78e4eebd36666bac5d352c3608 (patch)
tree5479c9229973795a771f912f3c3414f2075f2875 /src/imageutils.h
parent1bec7aad09631d3f86874ead2c26335bc897fde5 (diff)
add files removed from test path
Diffstat (limited to 'src/imageutils.h')
-rw-r--r--src/imageutils.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/imageutils.h b/src/imageutils.h
new file mode 100644
index 0000000..72602a2
--- /dev/null
+++ b/src/imageutils.h
@@ -0,0 +1,9 @@
+#ifndef IMAGEUTILS_H_
+#define IMAGEUTILS_H_
+
+#include <stdlib.h>
+
+bool write_png(const char *filename, unsigned char *pixels, int width, int height);
+void flip_image(const unsigned char *src, unsigned char *dst, size_t pixelsize, size_t width, size_t height);
+
+#endif
contact: Jan Huwald // Impressum