Skip to content

Commit

Permalink
Cleanup documentation
Browse files Browse the repository at this point in the history
- Add changes requested by hugovk
  • Loading branch information
pmrowla committed Jan 10, 2020
1 parent e7f47d2 commit df42b63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/handbook/image-file-formats.rst
Expand Up @@ -552,9 +552,10 @@ The :py:meth:`~PIL.Image.Image.save` method supports the following options:
documentation <../installation.html>`_ for details.

APNG sequences
~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~

The PNG loader includes limited support for reading and writing APNG files.
The PNG loader includes limited support for reading and writing Animated Portable
Network Graphics (APNG) files.
When an APNG file is loaded, :py:meth:`~PIL.ImageFile.ImageFile.get_format_mimetype`
will return ``"image/apng"``, and the :py:attr:`~PIL.Image.Image.is_animated` property
will be ``True`` (even for single frame APNG files).
Expand All @@ -563,7 +564,7 @@ are supported.

``im.seek()`` raises an :py:exc:`EOFError` if you try to seek after the last frame.

The following :py:attr:`~PIL.Image.Image.info` properties will be set for APNG frames,
These :py:attr:`~PIL.Image.Image.info` properties will be set for APNG frames,
where applicable:

**default_image**
Expand Down

0 comments on commit df42b63

Please sign in to comment.