how to use PIL.image with Tkinter.canvas?

Andrew Markebo andrew.markebo at telia.com
Sat Jan 18 16:53:44 EST 2003


/ "meinrad recheis" <meinrad.recheis at aon.at> wrote:
| hi
| I want to use the Python Image Library for Image manipulation and i want to
| build a GUI with
| Tkinter.
|
| is it possible to view a PIL image on a Tkinter canvas?

Yep, check the docs..   
     http://www.pythonware.com/library/pil/handbook/preface.htm

"The current release includes Tk PhotoImage and BitmapImage interfaces"

UNfortunetaly I don't have the rest in my pocket here, but I know that
in the examples there were at least one viewer

    /Andy

-- 
 The eye of the beholder rests on the beauty!






More information about the Python-list mailing list