mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-12 17:22:28 +03:00
fix documentation review issue
[ci skip] Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
00fcc53a1d
commit
0b536fb599
|
@ -573,7 +573,7 @@ where applicable:
|
||||||
When an APNG file contains a default image, the initially loaded image (i.e.
|
When an APNG file contains a default image, the initially loaded image (i.e.
|
||||||
the result of ``seek(0)``) will be the default image.
|
the result of ``seek(0)``) will be the default image.
|
||||||
To account for the presence of the default image, the
|
To account for the presence of the default image, the
|
||||||
py:attr:`~PIL.Image.Image.n_frames` property will be set to ``frame_count + 1``,
|
:py:attr:`~PIL.Image.Image.n_frames` property will be set to ``frame_count + 1``,
|
||||||
where ``frame_count`` is the actual APNG animation frame count.
|
where ``frame_count`` is the actual APNG animation frame count.
|
||||||
To load the first APNG animation frame, ``seek(1)`` must be called.
|
To load the first APNG animation frame, ``seek(1)`` must be called.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user