From 4c97afea1b7d64ee764de056bce8d93d856a4f25 Mon Sep 17 00:00:00 2001 From: Felix Dreissig Date: Sun, 29 Oct 2023 20:59:30 +0100 Subject: [PATCH] Docs: Add description of olefile to "External Libraries" [ci skip] olefile became an optional dependency in commit 9175706, but it hasn't been mentioned in the library list so far. --- docs/installation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 9f38a622c..ef3b0c960 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -173,6 +173,9 @@ Many of Pillow's features require external libraries: * **tcl/tk** provides support for tkinter bitmap and photo images. +* **olefile** provides support for Kodak FlashPix (FPX) and Microsoft + Image Composer (MIC) files. + * **openjpeg** provides JPEG 2000 functionality. * Pillow has been tested with openjpeg **2.0.0**, **2.1.0**, **2.3.1**,