[Image-SIG] (no subject)

2007-07-25 Thread root
Return-Path: <g> Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by bbl.med.upenn.edu (8.13.1/8.13.1) with ESMTP id l6L0EPne010248 for <[EMAIL PROTECTED]>; Fri, 20 Jul 2007 20:14:25 -0400 Received: from bag.python.org (bag.python.org [194.109.207.14])

[Image-SIG] (no subject)

2007-07-25 Thread root
Return-Path: <g> Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by bbl.med.upenn.edu (8.13.1/8.13.1) with ESMTP id l6KKICia004477 for <[EMAIL PROTECTED]>; Fri, 20 Jul 2007 16:18:12 -0400 Received: from bag.python.org (bag.python.org [194.109.207.14])

[Image-SIG] (no subject)

2007-07-25 Thread root
Return-Path: <g> Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by bbl.med.upenn.edu (8.13.1/8.13.1) with ESMTP id l6L0b8DS010802 for <[EMAIL PROTECTED]>; Fri, 20 Jul 2007 20:37:08 -0400 Received: from bag.python.org (bag.python.org [194.109.207.14])

[Image-SIG] (no subject)

2007-07-25 Thread root
Return-Path: <g> Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by bbl.med.upenn.edu (8.13.1/8.13.1) with ESMTP id l6L0apYb010789 for <[EMAIL PROTECTED]>; Fri, 20 Jul 2007 20:36:51 -0400 Received: from bag.python.org (bag.python.org [194.109.207.14])

[Image-SIG] (no subject)

2007-07-25 Thread root
Return-Path: <g> Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by bbl.med.upenn.edu (8.13.1/8.13.1) with ESMTP id l6L7TXEE020089 for <[EMAIL PROTECTED]>; Sat, 21 Jul 2007 03:29:33 -0400 Received: from bag.python.org (bag.python.org [194.109.207.14])

[Image-SIG] BUG? PIL does not recognise alpha channel in attached png file

2010-02-11 Thread Root
Hi, The attached image shows an alpha channel when viewed with gimp or eog, but not when loading with PIL (version 1.1.6-3ubuntu1 as supplied with Ubuntu Karmic AMD64 Desktop): >>> import Image >>> im = Image.open("seabreeze.png") >>> print im.format PNG >>> print im.size (599, 264) >>> prin