Re: How to draw line on Image?

2006-08-18 Thread Claudio Grondi
Paul McGuire wrote: > "David Isaac" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >>"Daniel Mark" <[EMAIL PROTECTED]> wrote in message >>news:[EMAIL PROTECTED] >> >>>I want to draw some shapes, such as lines, circles on an image. >> >> >>http://www.pythonware.com/library/pil/hand

Re: How to draw line on Image?

2006-08-18 Thread Paul McGuire
"David Isaac" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Daniel Mark" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I want to draw some shapes, such as lines, circles on an image. > > > http://www.pythonware.com/library/pil/handbook/psdraw.htm > > hth, > Alan

Re: How to draw line on Image?

2006-08-18 Thread David Isaac
"Daniel Mark" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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 -- http://mail.python.org/mailman/listinfo/python-list

How to draw line on Image?

2006-08-18 Thread Daniel Mark
Hello all: I want to draw some shapes, such as lines, circles on an image. The input to the program is an image and the output from the program is a superimposed image. what kind of document or functions I should take a look for searching this question? The program doesn't show the image, but