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)
>>> print im.mode
RGB


When I save the file using im.save(), and then open with gimp or eog, the alpha channel is removed (to be expected given that the mode is read as RGB).

Is this is a bug?


Cheers,
Justin.

<<inline: seabreeze.png>>

_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to