mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
bpo-33297: Mention Pillow to work with more image formats. (#6505)
Also update PIL doc references to Pillow.
This commit is contained in:
parent
441d945eb3
commit
b81ca28b37
3 changed files with 7 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue