Image manipulation under Python
Fredrik Lundh
fredrik at pythonware.com
Fri Oct 8 10:11:02 EDT 1999
More information about the Python-list mailing list
Fri Oct 8 10:11:02 EDT 1999
- Previous message (by thread): XP STDOUT & STDERR Redirection
- Next message (by thread): Image manipulation under Python / Tk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): XP STDOUT & STDERR Redirection
- Next message (by thread): Image manipulation under Python / Tk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list