Skip to content

Commit

Permalink
Merge pull request #3 from radarhere/mime-types
Browse files Browse the repository at this point in the history
Added PNM to the list of PPM files
  • Loading branch information
pirate486743186 committed Mar 14, 2019
2 parents 319d6f2 + ebdb1ff commit a693f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/handbook/image-file-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^
Expand Down

0 comments on commit a693f06

Please sign in to comment.