[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.