tcl/tk is no longer a build dependency

This commit is contained in:
Andrew Murray 2023-11-20 18:54:56 +11:00
parent d9d11b9499
commit 51075b8e5c

View File

@ -176,8 +176,6 @@ Many of Pillow's features require external libraries:
transparent WebP files. Versions **0.3.0** and above support
transparency.
* **tcl/tk** provides support for tkinter bitmap and photo images.
* **openjpeg** provides JPEG 2000 functionality.
* Pillow has been tested with openjpeg **2.0.0**, **2.1.0**, **2.3.1**,
@ -212,6 +210,11 @@ Many of Pillow's features require external libraries:
* **libxcb** provides X11 screengrab support.
* Before Pillow 3.3.0, **tcl/tk** was required when building, to later provide
support for tkinter bitmap and photo images. Now, Pillow contains small
tk/tcl header excerpts, and uses Python's tkinter module at runtime if it is
installed.
.. tab:: Linux
If you didn't build Python from source, make sure you have Python's