-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added QOI reading #6852
Added QOI reading #6852
Conversation
Tests/test_file_qoi.py
Outdated
from .helper import assert_image_equal_tofile, assert_image_similar_tofile | ||
|
||
|
||
class TestFileQOI: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could maybe skip the class here and use plain, top-level functions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, I've added a commit for this.
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
QOI is read-only now, but its doc is on Write-only formats section. |
You're right, I've created #7212 to fix that. |
Resolves #6844
Adds support for reading the QOI image format - https://qoiformat.org/.
The specification is https://qoiformat.org/qoi-specification.pdf
I created the test images using https://www.aconvert.com/image/png-to-qoi/