Thanks for the answer.
--
http://mail.python.org/mailman/listinfo/python-list
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
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?
--