We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f5a7d commit 3efe344Copy full SHA for 3efe344
docs/handbook/image-file-formats.rst
@@ -101,8 +101,8 @@ GIF
101
^^^
102
103
Pillow reads GIF87a and GIF89a versions of the GIF file format. The library
104
-writes LZW encoded files in GIF87a by default, unless GIF89a features
105
-are used or GIF89a is already in use.
+writes files in GIF87a by default, unless GIF89a features are used or GIF89a is
+already in use. Files are written with LZW encoding.
106
107
GIF files are initially read as grayscale (``L``) or palette mode (``P``)
108
images. Seeking to later frames in a ``P`` image will change the image to
0 commit comments