Message91298
Ok, so if it's a bug in (Py)Qt then I'm not going to worry about it.
I've managed to fix the issue in my case anyway, by (essentially) replacing:
image = Image.open(fname)
image.load()
tile = ImageQt(image)
with (the much more obvious way to do it):
tile = QImage(fname) |
|
Date |
User |
Action |
Args |
2009-08-05 02:34:38 | davidar | set | recipients:
+ davidar, effbot, amaury.forgeotdarc, ggenellina, pitrou |
2009-08-05 02:34:38 | davidar | set | messageid: <1249439678.0.0.17712740944.issue6562@psf.upfronthosting.co.za> |
2009-08-05 02:34:32 | davidar | link | issue6562 messages |
2009-08-05 02:34:31 | davidar | create | |
|