about summary refs log tree commit diff stats
path: root/adapter/img/jebp.h
Commit message (Collapse)AuthorAgeFilesLines
* jebp: fix NEON simd bugbptato2024-07-231-1/+1
| | | | | | SRCtype and DSTtype were mixed up. See https://todo.sr.ht/~bptato/chawan/14
* img: add webp decoder (jebp)bptato2024-07-201-0/+4724
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