-
Notifications
You must be signed in to change notification settings - Fork 332
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
The Final Specification – pinky promise! #95
Comments
Not to hate, but you should try to specify 10, 12, 14, and 16 bit images. HDR is a thing that's becoming pretty common. |
Where is lossless RGB HDR 4:4:4 common? |
Cameras... |
Are there plans to support other colour spaces, like YCbCr? and possibly 422 ? |
TLDR: no. |
I love the file format, but I just wanted to say that saving images in .tif format with LZW compression provides around the same speed, while also resulting in a smaller file size. |
okay so i am trying to read the w3 documents on how to submit a format here we go requirements lemme quickly read this very descriptive Here we go this is what we want Okay we just need to write a rfc Found a template I filled it out with the information i know
|
In this template, parameters refers to content-type parameters. The most common example of a parameter is the |
Considering long-term extendability I'd suggest including some means of indicating used features/format version. One possible extension could include bitstream compression or support for more channels/bit depths. |
No harm in creating a v2 if you wanted to change/add anything. |
So, after rejecting some more proposals (which is seriously difficult - sorry everyone!) I have arrived at what I can confidently call The Final Specification. The exact file format is described in qoi.h.
If you implemented QOI or integrated the
qoi.h
in any other projects, I'd like to ask you to update it. It would be cool if all implementations meet this final spec, so that QOI files are interchangeable between them.I'm currently writing a short blog post about the final spec that I will post tomorrow (2021.12.20). qoiformat.org has already been updated. If you notice any errors or typos in the specification, please let me know!
Thanks <3
I want to thank everyone here again for your countless contributions and for your patience with me!
Please don't take it personal if your ideas were not implemented. It became very evident over the past few weeks that there's a strong desire for another image format that exchanges some of QOI's simplicity for better performance and compression rates. I'd be very happy to see this happen!
The text was updated successfully, but these errors were encountered: