Skip to content

Commit 84e148e

Browse files
committed
Document that olefile is required for FPX and MIC formats
1 parent 5a7d524 commit 84e148e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/handbook/image-file-formats.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,6 +1296,8 @@ Pillow reads Kodak FlashPix files. In the current version, only the highest
12961296
resolution image is read from the file, and the viewing transform is not taken
12971297
into account.
12981298

1299+
To enable FPX support, you must install olefile.
1300+
12991301
.. note::
13001302

13011303
To enable full FlashPix support, you need to build and install the IJG JPEG
@@ -1372,6 +1374,8 @@ the first sprite in the file is loaded. You can use :py:meth:`~PIL.Image.Image.s
13721374

13731375
Note that there may be an embedded gamma of 2.2 in MIC files.
13741376

1377+
To enable MIC support, you must install olefile.
1378+
13751379
MPO
13761380
^^^
13771381

0 commit comments

Comments
 (0)