Fix RST link [ci skip]

This commit is contained in:
Hugo van Kemenade 2021-03-31 21:28:29 +03:00
parent c54a7bb031
commit 95ac35d287

View File

@ -114,9 +114,11 @@ GIF writer uses LZW encoding
GIF files are now written using LZW encoding, which will generate smaller files,
typically about 70% of the size generated by the older encoder.
The pixel data is encoded using the format specified in the [Compuserve GIF
standard](https://www.w3.org/Graphics/GIF/spec-gif89a.txt). The older encoder
used a variant of run-length encoding that was compatible but less efficient.
The pixel data is encoded using the format specified in the `CompuServe GIF standard
<https://www.w3.org/Graphics/GIF/spec-gif89a.txt>`_.
The older encoder used a variant of run-length encoding that was compatible but less
efficient.
Libraqm and FriBiDi linking
^^^^^^^^^^^^^^^^^^^^^^^^^^^