mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
tcl/tk is no longer a build dependency
This commit is contained in:
parent
d9d11b9499
commit
51075b8e5c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user