]> git.imager.perl.org - imager.git/blobdiff - draw.h
re-work document and test Imager's logging facility
[imager.git] / draw.h
diff --git a/draw.h b/draw.h
index 2fb33a9594a76a77cf3780fa01ac8cc6971e6986..3453de302b643dc9afc05803fa753ec53e9788e3 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -1,4 +1,4 @@
-#include "image.h"
+#include "imager.h"
 
 typedef struct {
   int min,max;
@@ -18,8 +18,4 @@ int i_mmarray_gmin(i_mmarray *ar,int y);
 int i_mmarray_getm(i_mmarray *ar,int y);
 void i_mmarray_render(i_img *im,i_mmarray *ar,i_color *val);
 void i_mmarray_info(i_mmarray *ar);
-void i_arc(i_img *im,int x,int y,float rad,float d1,float d2,i_color *val);
-void i_box(i_img *im,int x0,int y0,int x1,int y1,i_color *val);
-void i_line(i_img *im,int x1,int y1,int x2,int y2,i_color *val, int endp);
-void i_line_aa(i_img *im,int x1,int y1,int x2,int y2,i_color *val, int endp);