We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c57cd5 commit 0cc5de4Copy full SHA for 0cc5de4
docs/handbook/image-file-formats.rst
@@ -1488,7 +1488,9 @@ QOI
1488
1489
.. versionadded:: 9.5.0
1490
1491
-Pillow reads images in Quite OK Image format, using a Python decoder.
+Pillow reads images in Quite OK Image format, using a Python decoder. If you wish to
1492
+write code specifically for this format, https://pypi.org/project/qoi is an alternative
1493
+library that uses C to decode the image, and interfaces with NumPy.
1494
1495
SUN
1496
^^^
0 commit comments