[Image-SIG] PIL and wxPython?

Jeffrey Kunce kuncej@mail.conservation.state.mo.us
Wed, 02 Aug 2000 16:54:31 -0500


>Does anyone know if it's possible to display a PIL image in wxPython? Is =
it=20
>possible to convert a PIL image into a wxImage or a wxBitmap?

I have an application called "Image Squeezer" that does batch resize=20
and compression of image files. It uses both PIL and wxPython. The=20
basic program was very simple (took half a day to write). Unfortunately,
it caught a case of "feature-itis" and got a little bloated. But you =
should
be able to dig out plenty of tidbits for PIL/wxPython integration.

Available at:
   http://starship.python.net/crew/jjkunce/=20

  --Jeff