Skip to content

Commit 0cc5de4

Browse files
committed
1 parent 8c57cd5 commit 0cc5de4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/handbook/image-file-formats.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,9 @@ QOI
14881488

14891489
.. versionadded:: 9.5.0
14901490

1491-
Pillow reads images in Quite OK Image format, using a Python decoder.
1491+
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.
14921494

14931495
SUN
14941496
^^^

0 commit comments

Comments
 (0)