Document that QoiImagePlugin uses Python for decoding by radarhere · Pull Request #7937 · python-pillow/Pillow

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, https://pypi.org/project/qoi is an alternative
library that interfaces with NumPy.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mention C somehow, so they know it's faster?

library that interfaces with NumPy.
library written in C that interfaces with NumPy.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"written in C" sounds to me like the entire library is in C. How about "that uses C to decode the image"?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, something like that's fine too.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, I've pushed a commit for that.