about summary refs log tree commit diff stats
path: root/adapter/img
Commit message (Expand)AuthorAgeFilesLines
* Enable ProveInit warningbptato2025-05-101-1/+3
* myaddr: backport & switch to newSeqUninitbptato2025-04-302-2/+2
* Refactor bufreader, bufwriterbptato2025-03-011-2/+2
* dynstream: remove exceptionsbptato2025-02-265-16/+15
* img: remove intermediate C filesbptato2025-01-3010-49/+50
* nanosvg: fix infinite loopbptato2025-01-291-1/+4
* nanosvg: parse invalid transform args more efficientlybptato2025-01-031-2/+2
* nanosvg, myaddr: fix obuf type and myaddr shimbptato2024-12-201-1/+1
* nanosvg: fix preserveAspectRatio parsingbptato2024-12-191-3/+3
* img: add nanosvgbptato2024-12-194-0/+4641
* default(T) -> T.default, add some strict defsbptato2024-12-171-2/+2
* Improve error messagesbptato2024-12-104-15/+15
* sixel: fix transparency in monochrome modebptato2024-11-201-0/+3
* utils, types: merge some modulesbptato2024-11-031-3/+1
* sixel: simplify a bitbptato2024-10-241-14/+11
* color: use 64-bit SWARbptato2024-10-221-2/+2
* resize: use srgbbptato2024-10-091-5/+5
* color: reduce CellColor size, misc color refactoringbptato2024-10-062-4/+4
* sixel: simplify compressSixelbptato2024-10-051-12/+5
* dynstream: fix memory leakbptato2024-10-043-4/+4
* sixel, term: reduce half-dump special casingbptato2024-10-041-62/+46
* sixel: fix some weird artifactsbptato2024-10-041-0/+13
* sixel: transparency improvementsbptato2024-10-031-5/+5
* loader: send headers for tocache requests toobptato2024-09-281-2/+4
* loader: clean up connecterrorbptato2024-09-281-8/+8
* 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