Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow non-RGB colors in CSS | bptato | 2024-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | The -cha-ansi color type now sets ANSI colors in CSS. Also, color correction etc. has been improved a bit: * don't completely reset output state in processFormat for new colors * defaultColor is now separated from ANSI color type 0 * bright ANSI colors are no longer replaced with bold + dark variant * replaced ANSI color map to match xterm defaults | ||||
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -1/+1 |
| | |||||
* | Compile with styleCheck:usages | bptato | 2023-12-28 | 1 | -2/+2 |
| | | | | much better | ||||
* | warn on eprint in release mode | bptato | 2023-10-21 | 1 | -1/+2 |
| | | | | Maybe it's easier to avoid accidentally including like this | ||||
* | png: print zstream errors | bptato | 2023-07-04 | 1 | -1/+5 |
| | |||||
* | png: fix grayscale regression | bptato | 2023-06-29 | 1 | -1/+1 |
| | | | | it's 0x1, not 0x11. oops | ||||
* | png: fix 4 bit grayscale & <8 bit indexed color | bptato | 2023-06-25 | 1 | -6/+17 |
| | |||||
* | Make Result.text, json return promise | bptato | 2023-06-13 | 1 | -1/+0 |
| | |||||
* | Fix various layout bugs, prepare for image support | bptato | 2023-06-12 | 1 | -3/+3 |
| | |||||
* | Add indexed color, other png improvements | bptato | 2023-06-09 | 1 | -22/+71 |
| | |||||
* | Refactor bitmap, add png color modes | bptato | 2023-06-06 | 1 | -0/+413 |
Now PNG encoding/decoding, painting, etc. are done in separate files. Plus we support all color modes except indexed color. |