Bug#561965: python-imaging: Image.split() doesn't check if self.im is created; Image.open() with a PNG leaves self.im as None

2010-12-15 Thread W. Martin Borgert
tags 561965 patch thanks The error in PIL also affects trac-wikiprint. The one-line-change-patch mentioned by slav0nic helps. Please apply it. Thanks! -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#561965:

2010-11-06 Thread slav0nic
have same problem with python-imaging 1.1.7-2, when this will be fixed? path http://hg.effbot.org/pil-2009-raclette/changeset/fb7ce579f5f9

Bug#561965: python-imaging: Image.split() doesn't check if self.im is created; Image.open() with a PNG leaves self.im as None

2009-12-21 Thread deavid
Package: python-imaging Version: 1.1.6-3 Severity: important I'm having problems with python-imaging 1.1.7-1. (1.1.6-3 version works) Whenever I load a greyscale PNG with Alpha (LA bands): from PIL import Image i1 = Image.open(testfile.png) repr(i1.im) 'None' self.im attribute is not loaded