Image manipulation under Python / Tk

Fredrik Lundh fredrik at pythonware.com
Fri Oct 8 10:11:02 EDT 1999


Sindh <skodela at my-deja.com> wrote:
> I just wonder how to show a image from python. I tried to make it
> through canvas widget  of tk, hoping to put pixels on canvas. But Canvas
> does not have a method to show  dots.

no, but it has a method to show raster images,
which are made up of pixels:
http://www.pythonware.com/library/tkinter/introduction/canvas-image.htm

for a more flexible tool, see:
http://www.pythonware.com/products/pil/

</F>





More information about the Python-list mailing list