Today, I saw this article on Twitter about getting Webm data from a canvas:
He uses "image/webp" as a parameter to canvas.toDataURL();
I know that you can pass image/jpeg
and image/png
but are there are more than that?
I have tried searching for this, but cant find a list
Thanks AH
Today, I saw this article on Twitter about getting Webm data from a canvas: http://ericbidelman.tumblr./post/31486670538/creating-webm-video-from-getusermedia
He uses "image/webp" as a parameter to canvas.toDataURL();
I know that you can pass image/jpeg
and image/png
but are there are more than that?
I have tried searching for this, but cant find a list
Thanks AH
Share Improve this question asked Sep 14, 2012 at 10:15 Andrew HallAndrew Hall 3,07323 silver badges30 bronze badges1 Answer
Reset to default 5Check the document.
Chrome supports the image/webp
type.