[Image-SIG] Re: Plotting many point's with PIL

Fredrik Lundh fredrik at pythonware.com
Wed Nov 19 10:11:10 EST 2003


> read chapter 1 in this document
> http://www.python.org/doc/2.3.2/ext/ext.html
>
> and then this note
> http://effbot.org/zone/pil-extending.htm
>
> and spend 30 minutes in your favourite editor, and you're done.

btw, the only "hard" part is to write code to loop over Python sequences;
see PIL's _imaging.c module for some examples.  or look at PyPath_Flatten
in PIL's path.c module.

</F>






More information about the Image-SIG mailing list