We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't get this to work. Any time I try and create a png it's corrupted. When I try and display it I get 'Image corrupt or truncated.'
I've put together an example here (slightly modfied to run outside of a webworker).
The text was updated successfully, but these errors were encountered:
I ended up making my own: https://robertleeplummerjr.github.io/CanvasWorker/
Sorry, something went wrong.
I don't see anything to do with encoding png images in that project.
It merges images together via web workers into a canvas, then you use: canvas.toDataURL('image/png')
canvas.toDataURL('image/png')
I need to encode the png without use of canvas. Hence a png encoder library.
No branches or pull requests
I can't get this to work. Any time I try and create a png it's corrupted. When I try and display it I get 'Image corrupt or truncated.'
I've put together an example here (slightly modfied to run outside of a webworker).
The text was updated successfully, but these errors were encountered: