Skip to content
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

Separate file format from compression scheme #29

Closed
jmi2k opened this issue Nov 26, 2021 · 2 comments
Closed

Separate file format from compression scheme #29

jmi2k opened this issue Nov 26, 2021 · 2 comments

Comments

@jmi2k
Copy link

jmi2k commented Nov 26, 2021

I find the compression scheme itself kinda interesting, regardless of the header format. Separating it from the file format might encourage people to take this simple but quite OK scheme (pun intended) and use it on its own for their specific use cases.

It's not like anything will change, but I believe being precise with the definition (separating two different things: the compression scheme vs. the file format) is a right idea.

@nektro
Copy link

nektro commented Nov 27, 2021

I mean the compression here is very tied to images. you're certainly welcome to take the concept and apply it to something else though

@jmi2k
Copy link
Author

jmi2k commented Nov 27, 2021

yeah it's very tied to image data (RGB/RGBA data) but the pixel data encoding is independent from whatever header format QOI ends up with. The same that BMP contains RLE-encoded data, QOI contains data encoded with a custom algorithm. I just want to name that custom algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants