Peter Otten wrote:
W. eWatson wrote:
Something is amiss here. The program produces a canvas in which one can
move an object around. The input file is hard coded (see open). If you
want to try it, you'll need to provide a file. Python error below. Name
space difficulty?
Traceback (most recent
W. eWatson wrote:
> Something is amiss here. The program produces a canvas in which one can
> move an object around. The input file is hard coded (see open). If you
> want to try it, you'll need to provide a file. Python error below. Name
> space difficulty?
> Traceback (most recent call last):
>
Something is amiss here. The program produces a canvas in which one can move
an object around. The input file is hard coded (see open). If you want to
try it, you'll need to provide a file. Python error below. Name space
difficulty?
#Mouse movement
from Tkinter import *
import PIL
import Im
You got it. That lamda did look a little odd. The white background is opaque
and the telescope is seen as green. The program will ask for a file. I
didn't write the code.
Eric Brunel wrote:
W. eWatson wrote:
Basically, I'd like to know how one (broadly, e.g., references in Win-land)
does IP (
W. eWatson wrote:
> Basically, I'd like to know how one (broadly, e.g., references in Win-land)
> does IP (image processing) and drawing techniques such as rubber lines, and
> dragging image objects across the canvas. I know there are some pretty
> powerful toolkits out there, but I'd like to limit
Basically, I'd like to know how one (broadly, e.g., references in Win-land)
does IP (image processing) and drawing techniques such as rubber lines, and
dragging image objects across the canvas. I know there are some pretty
powerful toolkits out there, but I'd like to limit this to PIL and Tkinte
I'm having issues with gmail at work but I will try to email it from
home tonight.
--
http://mail.python.org/mailman/listinfo/python-list
That would be extremely useful.Thanks!
--
http://mail.python.org/mailman/listinfo/python-list
I have an app that I wrote to move images from a camera/portable media
to an archive directory. It is using TKInter and PIL to display each
jpg as it is transfered. I can email you the code if you would like.
--
http://mail.python.org/mailman/listinfo/python-list
Is there a way to put an image loaded from PIL into a TKinter GUI?
Without converting the image to a .bmp, and using a canvas? If that's
the only way it'll work, I'll take it, but... It would be nice
otherwise...
--
http://mail.python.org/mailman/listinfo/python-list
Tuvas wrote:
> Is there a way to put an image loaded from PIL into a TKinter GUI?
> Without converting the image to a .bmp, and using a canvas? If that's
> the only way it'll work, I'll take it, but... It would be nice
> otherwise...
>
Can you use PIL to convert it to a GIF? Tk can display GIF's
"Tuvas" <[EMAIL PROTECTED]> wrote
> Is there a way to put an image loaded from PIL into a TKinter GUI?
> Without converting the image to a .bmp, and using a canvas? If that's
> the only way it'll work, I'll take it, but... It would be nice
> otherwise...
hmm. is google down today?
here's a rand
12 matches
Mail list logo