mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Fix RST link [ci skip]
This commit is contained in:
parent
c54a7bb031
commit
95ac35d287
|
@ -114,9 +114,11 @@ GIF writer uses LZW encoding
|
||||||
GIF files are now written using LZW encoding, which will generate smaller files,
|
GIF files are now written using LZW encoding, which will generate smaller files,
|
||||||
typically about 70% of the size generated by the older encoder.
|
typically about 70% of the size generated by the older encoder.
|
||||||
|
|
||||||
The pixel data is encoded using the format specified in the [Compuserve GIF
|
The pixel data is encoded using the format specified in the `CompuServe GIF standard
|
||||||
standard](https://www.w3.org/Graphics/GIF/spec-gif89a.txt). The older encoder
|
<https://www.w3.org/Graphics/GIF/spec-gif89a.txt>`_.
|
||||||
used a variant of run-length encoding that was compatible but less efficient.
|
|
||||||
|
The older encoder used a variant of run-length encoding that was compatible but less
|
||||||
|
efficient.
|
||||||
|
|
||||||
Libraqm and FriBiDi linking
|
Libraqm and FriBiDi linking
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in New Issue
Block a user