Drawing and Displaying an Image with PIL

W. eWatson notvalid2 at sbcglobal.net
Wed Jan 28 06:45:50 EST 2009


r wrote:
> Change this line:
> draw.line((0,0),(20,140), fill=128)
> 
> To This:
> draw.line((0,0, 20,140), fill=128)
> 
> And you should be good to go. Like you said, if you need to combine 2
> tuples you can do:
> (1,2)+(3,4)
Yes, that's true, but the big question is how to "see" the final image? 
Either one employees another module or writes the file into a folder, then 
displays it with a paint program?

-- 
                                W. eWatson

              (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
               Obz Site:  39° 15' 7" N, 121° 2' 32" W, 2700 feet

                     Web Page: <www.speckledwithstars.net/>




More information about the Python-list mailing list