bpo-33297: Mention Pillow to work with more image formats. (#6505)

Also update PIL doc references to Pillow.
This commit is contained in:
Andrés Delfino 2018-04-21 09:17:26 -03:00 committed by Serhiy Storchaka
parent 441d945eb3
commit b81ca28b37
3 changed files with 7 additions and 3 deletions

View file

@ -800,6 +800,10 @@ reference to the image. When the last Python reference to the image object is
deleted, the image data is deleted as well, and Tk will display an empty box
wherever the image was used.
.. seealso::
The `Pillow <http://python-pillow.org/>`_ package adds support for
formats such as BMP, JPEG, TIFF, and WebP, among others.
.. _tkinter-file-handlers: