Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -2/+2 |
| | |||||
* | painter: fix off by one error in getCharBmp | bptato | 2023-07-04 | 1 | -2/+2 |
| | |||||
* | Move CanvasFillRule from bitmap to painter | bptato | 2023-06-26 | 1 | -0/+4 |
| | |||||
* | Refactor bitmap, add png color modes | bptato | 2023-06-06 | 1 | -0/+207 |
Now PNG encoding/decoding, painting, etc. are done in separate files. Plus we support all color modes except indexed color. |