This commit is contained in:
John Cupitt 2010-09-24 08:12:30 +00:00
parent 3cae292f4f
commit d991f177ca

7
TODO
View File

@ -1,3 +1,10 @@
- im_plotmask() should take the mask as a mono uchar IMAGE perhaps
still need a rect for x/y/w/h of mask, since we use it with userline and an
offset circle to draw fatlines
- rename most of the inplace ops as im_draw_line() etc.
- how do we wrap inplace ops in C++ now? will checking the RW bit help at all?