about summary refs log tree commit diff stats
path: root/adapter/img/stbi.nim
Commit message (Expand)AuthorAgeFilesLines
* stbi, jebp: use read/write instead of fread/fwritebptato2024-08-261-37/+70
* stbi: fix incompatible function pointer typebptato2024-07-181-2/+2
* 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-281-10/+52
* stbi: allow x-unknownbptato2024-06-221-1/+1
* stbi: add encodersbptato2024-06-211-17/+80
* img: use stb_image, drop zlib as dependencybptato2024-06-201-0/+57