From 5f4a5f59b072d4029107422d30b04941424c48b1 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 24 Feb 2015 02:52:05 +0000
Subject: [PATCH] captcha stuff

---
 src/image.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/image.h b/src/image.h
index 219798d..93b9e7e 100644
--- a/src/image.h
+++ b/src/image.h
@@ -11,8 +11,10 @@
     float *data;
 } image;
 
+float get_color(int c, int x, int max);
 void jitter_image(image a, int h, int w, int dh, int dw);
-void draw_box(image a, int x1, int y1, int x2, int y2);
+void flip_image(image a);
+void draw_box(image a, int x1, int y1, int x2, int y2, float r, float g, float b);
 image image_distance(image a, image b);
 void scale_image(image m, float s);
 void translate_image(image m, float s);

--
Gitblit v1.10.0