about summary refs log tree commit diff stats
path: root/adapter/img
Commit message (Expand)AuthorAgeFilesLines
* sixel: reset chunk on transparencybptato2024-09-271-0/+1
* term: prevent negative line damage, fix off by onebptato2024-09-251-2/+6
* sixel: support transparencybptato2024-09-241-33/+38
* loader: mmap intermediate image files, misc refactoringbptato2024-09-227-74/+88
* Refactor img/*bptato2024-09-151-5/+225
* sixel: do not reserve palette entry for transparencybptato2024-09-121-8/+11
* sixel: factor out root node, fix a bugbptato2024-09-121-30/+31
* sixel: small optimizationsbptato2024-09-111-31/+48
* sixel: faster quantizationbptato2024-09-111-80/+92
* sixel: misc optimizationsbptato2024-09-091-42/+43
* sixel: small optimizationbptato2024-09-081-29/+27
* term: sixel sizing & output fixesbptato2024-09-051-7/+7
* sixel, stbi, sandbox: fix fstat sandbox violationbptato2024-09-042-50/+44
* sixel: special case search for few color registersbptato2024-09-011-17/+58
* canvas: make sure we don't link to QJSbptato2024-09-011-2/+1
* canvas: move to separate CGI scriptbptato2024-09-013-3/+148
* sixel: fix oobbptato2024-08-301-3/+2
* 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