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

Move image resizing into WebWorkers #84

Open
workhorsy opened this issue Apr 28, 2016 · 2 comments
Open

Move image resizing into WebWorkers #84

workhorsy opened this issue Apr 28, 2016 · 2 comments

Comments

@workhorsy
Copy link
Owner

This will have many advantages:

  1. Save on memory, as we can destroy the WebWorker when done. This will free all the memory without having to wait for GC on the main thread.
  2. Will stop the UI from being jerkey, because it will not have to block it while resizing the images.
@workhorsy
Copy link
Owner Author

This will require that we can use the Image object inside WebWorkers.

@workhorsy
Copy link
Owner Author

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