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

Visualize progressive decoding by feeding partial data to decompressor #1373

Open
dholth opened this issue Jul 16, 2023 · 0 comments · May be fixed by #1374
Open

Visualize progressive decoding by feeding partial data to decompressor #1373

dholth opened this issue Jul 16, 2023 · 0 comments · May be fixed by #1374

Comments

@dholth
Copy link

dholth commented Jul 16, 2023

Is your feature request related to a problem? Please describe.

It would be interesting to play with progressive decoding by adding a slider to control the percentage, or absolute number of kB of an encoded file to send to the decoder. The user could see how much of the image could be rendered with a partial file.

Describe the solution you'd like

A slider at the bottom of the viewer controls how much data is sent to the image decoder. The decoder is instructed to return what image data it can even if the stream is incomplete.

@dholth dholth linked a pull request Jul 16, 2023 that will close this issue
1 task
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

Successfully merging a pull request may close this issue.

1 participant