Merge pull request #3 from radarhere/mime-types

Added PNM to the list of PPM files
This commit is contained in:
pirate486743186 2019-03-14 15:16:39 +01:00 committed by GitHub
commit a693f060d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
^^^