-
Notifications
You must be signed in to change notification settings - Fork 196
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
Add QOI format support #199
Conversation
If @slouken or @icculus wants this, this patch needs changes:
Here are the patches I used:
|
Additional note: My gcc emits the following warnings:
These are |
FWIW, I submitted my proposed qoi.h changes to mainstream at phoboslab/qoi#67 |
@sezero, thanks for the review. The README states 12/20/2021 as the date that the specification will be finalized, so let's wait for that before applying this patch. Hopefully the upstream patches will have landed as well. |
And here is a patch to address zero-initializer issue I mentioned above (also submitted to upstream): |
The patches I suggested to qoi mainstream are in, so I updated this PR @slouken: The rest is up to you. |
Co-authored-by: Ozkan Sezer <[email protected]>
The format seems to have finalized: phoboslab/qoi#95 I updated the pull request a final time. |
https://github.com/phoboslab/qoi