[Image-SIG] Pixmap widget with access to pixels?

Fredrik Lundh fredrik@pythonware.com
Wed, 29 Mar 2000 12:15:59 +0200


Ralph Seguin wrote:
> I'm looking for a widget that I could use inside of Python (Tkinter or
> otherwise) that gives me access to setting and retrieving individual
> pixels.
>
> I've got PIL working with Tkinter in terms of copying an entire pixmap
> over, but this is INCREDIBLY inefficient.

I suggest looking at the "painter" sample script.  it implements
a simple tiling scheme, and is fairly efficient.

</F>