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

Iterator-based resizing #22

Open
kornelski opened this issue Jul 16, 2017 · 0 comments
Open

Iterator-based resizing #22

kornelski opened this issue Jul 16, 2017 · 0 comments

Comments

@kornelski
Copy link
Collaborator

Baseline JPEG and PNG can be decoded and encoded (almost) row-by-row. If resize supported iterators for reading pixels in, then the application wouldn't have to buffer the whole image before starting resize.

If resize also supported writing data out using an interator, then the whole resizing operation would only need about as much memory as the tmp table.

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