draw circle PIL - python

Posted by ariel on Stack Overflow See other posts from Stack Overflow or by ariel
Published on 2010-06-05T12:46:04Z Indexed on 2010/06/05 12:52 UTC
Read the original article Hit count: 382

Filed under:
|

Hi
I am looking for a command that will draw a circle on an existing image.

im=Image.open(path)

looking for a function that will draw a coloured circle with radious r and center(x,y)

thanks for any help provided Ariel

© Stack Overflow or respective owner

Related posts about python

Related posts about pil