How to draw line on Image?

Paul McGuire ptmcg at austin.rr._bogus_.com
Fri Aug 18 12:26:13 EDT 2006


"David Isaac" <aisaac0 at verizon.net> wrote in message
news:3CkFg.855$uV.546 at trnddc08...
> "Daniel Mark" <danielmarkhot at gmail.com> wrote in message
> news:1155912952.668195.266340 at b28g2000cwb.googlegroups.com...
> > I want to draw some shapes, such as lines, circles on an image.
>
>
> http://www.pythonware.com/library/pil/handbook/psdraw.htm
>
> hth,
> Alan Isaac
>
>

ImageDraw (http://www.pythonware.com/library/pil/handbook/imagedraw.htm)
might be more generally helpful than PSDraw.

-- Paul





More information about the Python-list mailing list