Re: wxPython and PIL

2006-10-20 Thread Odalrick
Thanks for the answer. -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython and PIL

2006-10-19 Thread Laszlo Nagy
Odalrick wrote: > I'm making a simple program to crop and scale images, essentially make > thumbnails from a user defined subset of the image. > > I'm planning to use Python Image Library to crop and resize the images, > mostly to make the resized smaller images look good. > > How do I display a PI

wxPython and PIL

2006-10-19 Thread Odalrick
I'm making a simple program to crop and scale images, essentially make thumbnails from a user defined subset of the image. I'm planning to use Python Image Library to crop and resize the images, mostly to make the resized smaller images look good. How do I display a PIL image with wxPython? --