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

Pick a better memory size for uncompress #12

Open
fnands opened this issue Oct 5, 2024 · 0 comments
Open

Pick a better memory size for uncompress #12

fnands opened this issue Oct 5, 2024 · 0 comments

Comments

@fnands
Copy link
Owner

fnands commented Oct 5, 2024

When uncompressing, we need to allocate some memory for the uncompressed data.
Currently this is done as:

var data_memory_amount: Int = len(data) * 100

This is dumb. It should be possible to calculate the size needed from the image metadata.

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

1 participant