Merge pull request #7937 from radarhere/qoi

Document that QoiImagePlugin uses Python for decoding
This commit is contained in:
Andrew Murray 2024-04-05 16:42:54 +11:00 committed by GitHub
commit ff64adee9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1488,7 +1488,9 @@ QOI
.. versionadded:: 9.5.0
Pillow identifies and reads images in Quite OK Image format.
Pillow reads images in Quite OK Image format using a Python decoder. If you wish to
write code specifically for this format, :pypi:`qoi` is an alternative library that
uses C to decode the image and interfaces with NumPy.
SUN
^^^