| Commit message (Expand) | Author | Age | Files | Lines |
* | term, sixel: misc image fixes, sixel optimization | bptato | 2024-08-30 | 1 | -55/+97 |
* | sixel: dithering | bptato | 2024-08-29 | 1 | -42/+73 |
* | sixel: fix borked approximation scheme | bptato | 2024-08-29 | 1 | -41/+29 |
* | sixel: minor optimizations | bptato | 2024-08-28 | 1 | -51/+86 |
* | sixel, term: fix off-by-1's in cropping | bptato | 2024-08-28 | 1 | -2/+6 |
* | sixel: proper color quantization | bptato | 2024-08-27 | 1 | -37/+215 |
* | stbi, jebp: use read/write instead of fread/fwrite | bptato | 2024-08-26 | 2 | -58/+116 |
* | sixel: break out into a separate cgi script | bptato | 2024-08-24 | 1 | -0/+202 |
* | jebp: fix NEON simd bug | bptato | 2024-07-23 | 1 | -1/+1 |
* | img: add webp decoder (jebp) | bptato | 2024-07-20 | 3 | -0/+4852 |
* | stbi: fix incompatible function pointer type | bptato | 2024-07-18 | 1 | -2/+2 |
* | img, makefile: remove png, update uninstall target | bptato | 2024-07-03 | 1 | -553/+0 |
* | pager: PNGify kitty images, clear images on buffer switch | bptato | 2024-07-02 | 1 | -2/+10 |
* | stbi: fix broken allocation in resizing | bptato | 2024-06-29 | 1 | -1/+1 |
* | img, loader: add image resizing, misc fixes | bptato | 2024-06-28 | 3 | -10/+2688 |
* | stbi: allow x-unknown | bptato | 2024-06-22 | 1 | -1/+1 |
* | stbi: add encoders | bptato | 2024-06-21 | 3 | -17/+1807 |
* | img: use stb_image, drop zlib as dependency | bptato | 2024-06-20 | 4 | -19/+8087 |
* | img, loader: separate out png codec into cgi, misc improvements | bptato | 2024-06-20 | 1 | -0/+544 |