Skip to content

Commit

Permalink
Update image-file-formats.rst
Browse files Browse the repository at this point in the history
Correct encoding of GIF files from run-length to LZW.
  • Loading branch information
raygard committed Apr 19, 2022
1 parent 46ba6b5 commit b01a2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbook/image-file-formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GIF
^^^

Pillow reads GIF87a and GIF89a versions of the GIF file format. The library
writes run-length encoded files in GIF87a by default, unless GIF89a features
writes LZW encoded files in GIF87a by default, unless GIF89a features
are used or GIF89a is already in use.

GIF files are initially read as grayscale (``L``) or palette mode (``P``)
Expand Down

0 comments on commit b01a2ef

Please sign in to comment.