PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Wednesday the 22nd of July, 2015

(Back to #pil overview) (Back to channel listing) (Animate logs)
[07:01:44] <travis-ci> hugovk/Pillow#889 (python_dev - fb9bf9a : hugovk): The build passed.
[07:01:44] <travis-ci> Change view : https://github.com/hugovk/Pillow/compare/f0e0e7a167b5^...fb9bf9af50ad
[07:01:44] <travis-ci> Build details : https://travis-ci.org/hugovk/Pillow/builds/72069060
[07:03:55] <travis-ci> hugovk/Pillow#889 (python_dev - fb9bf9a : hugovk): The build passed.
[07:03:55] <travis-ci> Change view : https://github.com/hugovk/Pillow/compare/f0e0e7a167b5^...fb9bf9af50ad
[07:03:55] <travis-ci> Build details : https://travis-ci.org/hugovk/Pillow/builds/72069060
[13:21:50] <ismithers> Hi all, I have a question with respects to loading images using Pillow - is this the right place for it?
[13:27:50] <ismithers> OK I will just put this here: I am loading PNGs. Looking at the files I can see that one is a 32bit PNG and another is an 8bit PNG. When loaded their modes are LA and P respectively.
[13:28:41] <ismithers> When rendering them via tkinter's Canvas widget, the 32bit PNG has no transparency. The 8bit does (I assume this is getting converted via Pillow when loaded?)
[13:29:05] <ismithers> Anyway, I'm just looking for clarification as to why this is happening, and, how to correct for it so that I can render the PNGs correctly.