diff options
author | bptato <nincsnevem662@gmail.com> | 2024-07-01 19:55:19 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-07-20 14:09:16 +0200 |
commit | 2a9b57b6b6a68af453e75384300887bacc3f6add (patch) | |
tree | 7c3246199f450856ffcbf8a7355ebb01dad78fde /res/urimethodmap | |
parent | 38cc49aa7f8a9d616cb57ce025a2add3e855f5c9 (diff) | |
download | chawan-2a9b57b6b6a68af453e75384300887bacc3f6add.tar.gz |
img: add webp decoder (jebp)
It works fine AFAICT, just missing VP8 deblocking filters, so lossy WebP images don't look great. I have extended the API a bit to allow reading from stdin, not just paths. Otherwise, it's the same as matanui159/jebp. TODO: add loop filters
Diffstat (limited to 'res/urimethodmap')
-rw-r--r-- | res/urimethodmap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/urimethodmap b/res/urimethodmap index dd9b5e94..40e97bd7 100644 --- a/res/urimethodmap +++ b/res/urimethodmap @@ -21,3 +21,4 @@ img-codec+jpeg: cgi-bin:stbi img-codec+gif: cgi-bin:stbi img-codec+bmp: cgi-bin:stbi img-codec+x-unknown: cgi-bin:stbi +img-codec+webp: cgi-bin:jebp |