Re: [Tutor] How to save tkinter canvas....

2006-12-09 Thread Alan Gauld
"Alan Gauld" <[EMAIL PROTECTED]> wrote > I seem to recall seeing a function there that could work with > Tkinter > Canvas objects, and once in PIL it should be possible to save it. Looks like it works the other way, you can put PIL images into a canvas. BUT there is a Canvas.postscript metho

Re: [Tutor] How to save tkinter canvas....

2006-12-09 Thread Alan Gauld
"Asrarahmed Kadri" <[EMAIL PROTECTED]> wrote > I have a window that contains bar chart on a Canvas (tkinter). Is > there a > way in which I can provide the user the option of saving it as an > image > file. Have you looked at the PIL library? I seem to recall seeing a function there that coul