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

Tiler should pre-allocate array before loading tiles #7

Open
gaffo opened this issue Sep 8, 2019 · 0 comments
Open

Tiler should pre-allocate array before loading tiles #7

gaffo opened this issue Sep 8, 2019 · 0 comments

Comments

@gaffo
Copy link

gaffo commented Sep 8, 2019

If working on a large image it's possible you won't have enough ram to load, but you have to find this out after the tiles load (which can take a bit). Maybe allocate the buffer first to ensure we have space?

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

2 participants
@gaffo and others