Re: [Image-SIG] (no subject)

2010-03-31 Thread Fredrik Lundh
I have a rough 3.X port sitting in a local repo, waiting for some spare cycles to do a bit of merging to get it up to par with the 1.1.7 release. Once that's done, I'll post the repo somewhere so more people can hammer on it. Stay tuned. On Tue, Mar 23, 2010 at 5:42 AM, Clement Chan wrote: >

[Image-SIG] Image.open won't work after reload(Image)

2010-03-31 Thread Anatoliy Kats
Hi all, I'm not sure if this is a known bug. If I reload(Image), then opening the image will not work under Python 2.6 on Ubuntu 9.04. Here is my console output: >>> import Image >>> im = Image.open('/w/197/visionData1/bahenHallway/peopleSeq3/frame1300.ppm') >>> import numpy as np >>> im2

[Image-SIG] [BUG] [PIL 1.1.17] Image.show() on unix displays image twice if xv and display are installed

2010-03-31 Thread solsTiCe d'Hiver
hello, I was using the .show() function on an Image object, and I had the surprise to see 2 windows poping-up on my screen. One is xv and the other one is display. There is a little bug in ImageShow.py because the Viewer.show() is a procedure and does not return anything. Well, in fact, it return