Skip to content

Commit ff64ade

Browse files
authored
Merge pull request #7937 from radarhere/qoi
Document that QoiImagePlugin uses Python for decoding
2 parents e8ab564 + 059b8e9 commit ff64ade

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 identifies and reads images in Quite OK Image format.
1491+
Pillow reads images in Quite OK Image format using a Python decoder. If you wish to
1492+
write code specifically for this format, :pypi:`qoi` is an alternative library that
1493+
uses C to decode the image and interfaces with NumPy.
14921494

14931495
SUN
14941496
^^^

0 commit comments

Comments
 (0)