about summary refs log tree commit diff stats
path: root/adapter/img
Commit message (Expand)AuthorAgeFilesLines
* 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