mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-24 07:40:32 +03:00
Merge pull request #7937 from radarhere/qoi
Document that QoiImagePlugin uses Python for decoding
This commit is contained in:
commit
ff64adee9d
|
@ -1488,7 +1488,9 @@ QOI
|
||||||
|
|
||||||
.. versionadded:: 9.5.0
|
.. 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
|
SUN
|
||||||
^^^
|
^^^
|
||||||
|
|
Loading…
Reference in New Issue
Block a user