Hi all

I need to draw splines and I don't know how to do it using PIL. The only
idea that I have had is to calculate all the points in the spline, given by
the user a couple of points, and then draw them with the ImageDraw.point,
but it doesn't seem to be a very good option. Any idea?? Maybe using another
library is better than using PIL?? I'm sure that somebody has had to draw
splines using python before, but I've found nothing when searching in
google. Thanks a million!
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to