mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Merge pull request #3 from radarhere/mime-types
Added PNM to the list of PPM files
This commit is contained in:
commit
a693f060d4
|
@ -535,8 +535,8 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
|
|||
PPM
|
||||
^^^
|
||||
|
||||
PIL reads and writes PBM, PGM and PPM files containing ``1``, ``L`` or ``RGB``
|
||||
data.
|
||||
PIL reads and writes PBM, PGM, PPM and PNM files containing ``1``, ``L`` or
|
||||
``RGB`` data.
|
||||
|
||||
SGI
|
||||
^^^
|
||||
|
|
Loading…
Reference in New Issue
Block a user