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

Support for progressive jpegs via onprogress event #7

Open
bompo opened this issue Apr 4, 2012 · 0 comments
Open

Support for progressive jpegs via onprogress event #7

bompo opened this issue Apr 4, 2012 · 0 comments

Comments

@bompo
Copy link

bompo commented Apr 4, 2012

Loading progressive jpegs is possible but not really useful without a onprogress event. Would it be possible to add support for a onprogress event? This should deliver the partly loaded jpeg.
Note that this would require to load the binary data with overrideMimeType('text/plain; charset=x-user-defined') instead of arraybuffers. Otherwise you get a DOM exception for incomplete arraybuffers.

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