2010/12/20  <pyt...@bdurham.com>:
> Does the ImageTk.PhotoImage support alpha channels? If not, are there
> any plans to add support for this feature or is the lack of this
> functionality a limitation of Tkinter?

Yes, RGBA images are supported.  In versions before 8.4, the A layer
is handled as a mask, not a true alpha layer, but later versions
should handle it correctly.

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

Reply via email to