diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /71 |
Diffstat (limited to '71')
-rw-r--r-- | 71/index.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/71/index.md b/71/index.md new file mode 100644 index 0000000..4d7db72 --- /dev/null +++ b/71/index.md @@ -0,0 +1,27 @@ +Title: Add support for WebP images +Author: rodarima +Created: Fri, 02 Feb 2024 22:33:33 +0000 +State: closed + +Similarly as for SVG images, support for WebP images would be nice. + +Libraries from #53: +- https://chromium.googlesource.com/webm/libwebp + +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. + +--%-- +From: MrMinderbinder +Date: Thu, 20 Jun 2024 09:01:40 +0000 + +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/ + +--%-- +From: JessFairbairn +Date: Tue, 23 Jul 2024 13:01:27 +0000 + +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)
\ No newline at end of file |