| Commit message (Expand) | Author | Age | Files | Lines |
* | sixel: support transparency | bptato | 2024-09-24 | 1 | -33/+38 |
* | loader: mmap intermediate image files, misc refactoring | bptato | 2024-09-22 | 7 | -74/+88 |
* | Refactor img/* | bptato | 2024-09-15 | 1 | -5/+225 |
* | sixel: do not reserve palette entry for transparency | bptato | 2024-09-12 | 1 | -8/+11 |
* | sixel: factor out root node, fix a bug | bptato | 2024-09-12 | 1 | -30/+31 |
* | sixel: small optimizations | bptato | 2024-09-11 | 1 | -31/+48 |
* | sixel: faster quantization | bptato | 2024-09-11 | 1 | -80/+92 |
* | sixel: misc optimizations | bptato | 2024-09-09 | 1 | -42/+43 |
* | sixel: small optimization | bptato | 2024-09-08 | 1 | -29/+27 |
* | term: sixel sizing & output fixes | bptato | 2024-09-05 | 1 | -7/+7 |
* | sixel, stbi, sandbox: fix fstat sandbox violation | bptato | 2024-09-04 | 2 | -50/+44 |
* | sixel: special case search for few color registers | bptato | 2024-09-01 | 1 | -17/+58 |
* | canvas: make sure we don't link to QJS | bptato | 2024-09-01 | 1 | -2/+1 |
* | canvas: move to separate CGI script | bptato | 2024-09-01 | 3 | -3/+148 |
* | sixel: fix oob | bptato | 2024-08-30 | 1 | -3/+2 |
* | 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 |