about summary refs log tree commit diff stats
path: root/adapter/img
Commit message (Expand)AuthorAgeFilesLines
* term, sixel: misc image fixes, sixel optimizationbptato2024-08-301-55/+97
* sixel: ditheringbptato2024-08-291-42/+73
* sixel: fix borked approximation schemebptato2024-08-291-41/+29
* sixel: minor optimizationsbptato2024-08-281-51/+86
* sixel, term: fix off-by-1's in croppingbptato2024-08-281-2/+6
* sixel: proper color quantizationbptato2024-08-271-37/+215
* stbi, jebp: use read/write instead of fread/fwritebptato2024-08-262-58/+116
* sixel: break out into a separate cgi scriptbptato2024-08-241-0/+202
* jebp: fix NEON simd bugbptato2024-07-231-1/+1
* img: add webp decoder (jebp)bptato2024-07-203-0/+4852
* stbi: fix incompatible function pointer typebptato2024-07-181-2/+2
* img, makefile: remove png, update uninstall targetbptato2024-07-031-553/+0
* pager: PNGify kitty images, clear images on buffer switchbptato2024-07-021-2/+10
* stbi: fix broken allocation in resizingbptato2024-06-291-1/+1
* img, loader: add image resizing, misc fixesbptato2024-06-283-10/+2688
* stbi: allow x-unknownbptato2024-06-221-1/+1
* stbi: add encodersbptato2024-06-213-17/+1807
* img: use stb_image, drop zlib as dependencybptato2024-06-204-19/+8087
* img, loader: separate out png codec into cgi, misc improvementsbptato2024-06-201-0/+544