dillo-browser / dillo

Dillo, a multi-platform graphical web browser
https://dillo-browser.github.io/
GNU General Public License v3.0
548 stars 28 forks source link

Add support for WebP images #71

Open rodarima opened 8 months ago

rodarima commented 8 months ago

Similarly as for SVG images, support for WebP images would be nice.

Libraries from #53:

The test procedure is simple as we only need to generate a pair of images like PNG and WebP, and ensure the rendering is the same for both.

MrMinderbinder commented 3 months ago

SVG support sounds good, WebP not so much...

https://siipo.la/blog/is-webp-really-better-than-jpeg https://eng.aurelienpierre.com/2021/10/webp-is-so-great-except-its-not/ https://www.jwz.org/blog/2023/09/webp-is-going-great/

JessFairbairn commented 2 months ago

Probably a separate bug but if and when webp or SVG support is added it would be worth adding support for the <picture> tag (assuming it isn't already)