[Image-SIG] putpixel?

Charles G Waldman cgw@pgt.com
Sat, 9 Jan 1999 22:29:12 -0500 (EST)


> All I want to do is create a new image, start writing individual pixels to
> it, and then save it out again.  I have no problem creating the new image
> and saving it out, but I don't see how I can write to individual pixels
> within the image.

Perhaps you are using an older version of the Python Imaging Library?
Since 0.3b2 there has been an Image "putpixel" method.