Added more information about PPM formats

This commit is contained in:
Andrew Murray 2023-07-22 18:47:55 +10:00
parent b945154097
commit 064cd6fb83

View File

@ -861,6 +861,10 @@ PPM
Pillow reads and writes PBM, PGM, PPM and PNM files containing ``1``, ``L``, ``I`` or Pillow reads and writes PBM, PGM, PPM and PNM files containing ``1``, ``L``, ``I`` or
``RGB`` data. ``RGB`` data.
"Raw" (P4 to P6) formats can be read, and are used when writing.
Since Pillow 9.2.0, "plain" (P1 to P3) formats can be read as well.
SGI SGI
^^^ ^^^