Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve lossless compression efficiency #149

Open
lexaknyazev opened this issue Apr 14, 2021 · 0 comments
Open

Improve lossless compression efficiency #149

lexaknyazev opened this issue Apr 14, 2021 · 0 comments

Comments

@lexaknyazev
Copy link
Member

The KTX v2 spec supports vanilla zlib / deflate and Zstandard schemes. On their own, they do not work well with raw pixel data, especially of floating-point formats.

One option to boost compression is to apply a lossy RDO pass to the input data. Another is to transform raw values into something more suitable for subsequent compression steps. An example of the latter is lossless PNG Filtering.

We need to design and integrate a reasonable pre-processing solution that could be used for lossless workflows.

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

No branches or pull requests

1 participant