...
Joseph Redmon
2016-01-31 c604f2d9947413b75e5b35f6997458f1f8f89166
src/image.h
@@ -58,6 +58,7 @@
void print_image(image m);
image make_image(int w, int h, int c);
image make_random_image(int w, int h, int c);
image make_empty_image(int w, int h, int c);
image float_to_image(int w, int h, int c, float *data);
image copy_image(image p);