canvas shortcomings (drawImage resize quality, toDataUrl, webp, png)
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
People
(Reporter: mail.eraserhead, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
image/jpeg
|
Details |
Updated•6 years ago
|
Updated•5 years ago
|
I'd like to point out that Firefox still can't create webp files from a canvas.
canvas.toDataUrl('image/webp') creates a png file despite Firefox have webp support since version 65.
Is there a reason why this is not added?
Now that WebP is finally coming to Safari, I'd really like Firefox to be able to encode WebP from Canvas.
Is there any roadmap for this?
canvas.toBlob(callback, 'image/webp')
also suffers from the same issue as canvas.toDataUrl('image/webp')
(namely falling back to a PNG formatted blob).
Comment 4•3 years ago
|
||
webp encoding now implemented (bug 1511670)
We've also tweaked the png encoder settings to be similar to Chrome.
(In reply to Timothy Nikkel (:tnikkel) from comment #4)
webp encoding now implemented (bug 1511670)
We've also tweaked the png encoder settings to be similar to Chrome.
Great, thanks for updating this bug report, I missed the news for FF96.
Now Firefox is only missing imageSmoothingQuality = 'high' for canvas ...
It is easy to download youtube thumbnail from this tool https://mytoolsdoctor.com/youtube-thumbnail-downloader-online
Updated•2 years ago
|
Description
•