Re: [Image-SIG] Something other than .show()

2005-07-02 Thread Chris Barker
Joseph Quigley wrote: What else can I use besides .show() to display the image? PIL can be used with any number of the various GUI toolkits available for Python. Here's some info about using it with wxPython: http://wiki.wxpython.org/index.cgi/WorkingWithImages It would be pretty quick to

Re: [Image-SIG] Something other than .show()

2005-07-02 Thread Joseph Quigley
Thanks guys. This helps. I'll try the Tk version (I'm having problems installing wxPython on Linux right now. You say I should look at the enhancer.py in the scripts folder? I'll try the pseudocode you wrote. I have minimal experience with GUI (i started python in Feb. this year) but I have An

Re: [Image-SIG] Something other than .show()

2005-07-02 Thread Joseph Quigley
Thanks! You guys made this possible (well, a fast quick image loading possible). Here's my source code (the program's not finished but this works great): import Image import imghdr import ImageTk import os import Tkinter print \n * 100 print Jimage Reader 1.0\n def imgshow(file): im =

Re: [Image-SIG] Something other than .show()

2005-07-02 Thread Joao S. O. Bueno Calligaris
On Friday 01 July 2005 23:38, Joseph Quigley wrote: What else can I use besides .show() to display the image? I don't mind xv but on Windows it takes forever to load the picture. Is there an alternative? I found the PIL handbook but I can't find anything other than .show() Thanks, Joe Hi!

Re: [Image-SIG] GUI with Transparency

2005-07-02 Thread Chris Barker
Christian M. Jensen wrote: Does anyone know of a GUI toolkit that supports alpha blending using PNGs? What is it you want to do with them? wxPython can load and display PNGs with alpha, but there is no way to create them with wxPython, and I don't know if you can put them on top of each