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

Look at decompressing sliced chunks #12

Open
JossWhittle opened this issue Mar 2, 2022 · 0 comments
Open

Look at decompressing sliced chunks #12

JossWhittle opened this issue Mar 2, 2022 · 0 comments

Comments

@JossWhittle
Copy link
Contributor

JossWhittle commented Mar 2, 2022

Decompress sliced chunk of image or volume without needing to decompress the entire data element.

  • May require applying secondary compression in blocks to avoid needing to decompress the full level maps, only to apply the predictor to the target slice.

  • Instead unpack just the blocks needed for the slice then trim.

  • A kompressor (or stack of) trained to secondary compress the maps from the primary kompressor (or stack of) would be able to naturally handle slice chunked decoding.

    • Could such a secondary compressor be shared between levels? Between multiple kompressors in the primary stack?
@JossWhittle JossWhittle changed the title Look at decompressing chunks Look at decompressing slice chunks Mar 2, 2022
@JossWhittle JossWhittle changed the title Look at decompressing slice chunks Look at decompressing sliced chunks Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant