Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Add description of olefile to "External Libraries" #7502

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,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**,
Expand Down Expand Up @@ -207,6 +205,12 @@ Many of Pillow's features require external libraries:

* **libxcb** provides X11 screengrab support.

* **tcl/tk** and the **tkinter** Python bindings provide support for tkinter
bitmap and photo images.

* **olefile** provides support for Kodak FlashPix (FPX) and Microsoft
Image Composer (MIC) files.

.. tab:: Linux

If you didn't build Python from source, make sure you have Python's
Expand Down