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

webp not supported in Firefox canvas.toDataURL #4

Closed
manuq opened this issue Dec 9, 2013 · 2 comments
Closed

webp not supported in Firefox canvas.toDataURL #4

manuq opened this issue Dec 9, 2013 · 2 comments

Comments

@manuq
Copy link

manuq commented Dec 9, 2013

Hi,

Is weppy able to fix this? In Firefox:

var c = document.createElement('canvas')
c.toDataURL('image/webp')
"data:image/png;base64,....."

If I try the same in Chrome, I get a string "data:image/webp;base64,.....".

@antimatter15
Copy link
Owner

No weppy can only do decoding not encoding because it's not a real implementation of vp8.

@manuq
Copy link
Author

manuq commented Jan 11, 2014

OK, thanks.

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