From 0cbeac6151eb8cb422057d22e882e6b889c217ee Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 9 Mar 2022 19:21:51 +1100 Subject: [PATCH] I mode data can also be read from PPM --- docs/handbook/image-file-formats.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index 17808dbc463..08af189da82 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -743,7 +743,7 @@ parameter must be set to ``True``. The following parameters can also be set: PPM ^^^ -Pillow reads and writes PBM, PGM, PPM and PNM files containing ``1``, ``L`` or +Pillow reads and writes PBM, PGM, PPM and PNM files containing ``1``, ``L``, ``I`` or ``RGB`` data. SGI