Skip to content

Improve lossless compression efficiency #149

Open
@lexaknyazev

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions