From 9188c81e5fd36c03ba1244e054662bf34b90d40b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 24 May 2022 08:50:51 +1000 Subject: [PATCH] Once a GIF comment is loaded, it is kept for subsequent frames --- docs/handbook/image-file-formats.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/handbook/image-file-formats.rst b/docs/handbook/image-file-formats.rst index b38efaccdb6..8591ab2a600 100644 --- a/docs/handbook/image-file-formats.rst +++ b/docs/handbook/image-file-formats.rst @@ -156,7 +156,8 @@ The :py:meth:`~PIL.Image.open` method sets the following it will loop forever. **comment** - May not be present. A comment about the image. + May not be present. A comment about the image. This is the last comment found + before the current frame's image. **extension** May not be present. Contains application specific information.