Pablo Martin Rodriguez wrote:
I need to draw splines and I don't know how to do it using PIL.

http://effbot.org/zone/pythondoc-aggdraw.htm

You want to use a Path object, and the curveto() method.

-Chris


--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to