Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jebp: fix NEON simd bug | bptato | 2024-07-23 | 1 | -1/+1 |
| | | | | | | SRCtype and DSTtype were mixed up. See https://todo.sr.ht/~bptato/chawan/14 | ||||
* | img: add webp decoder (jebp) | bptato | 2024-07-20 | 1 | -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 |