about summary refs log tree commit diff stats
path: root/src/img/painter.nim
Commit message (Collapse)AuthorAgeFilesLines
* css/values -> css/cssvaluesbptato2024-05-161-1/+1
| | | | for consistency
* color: RGBAColor -> ARGBColorbptato2024-04-261-11/+11
|
* Update code stylebptato2024-04-171-25/+25
| | | | | | * separate params with ; (semicolon) instead of , (colon) * reduce screaming snake case use * wrap long lines
* Use std/* imports everywherebptato2024-01-071-2/+2
|
* painter: fix off by one error in getCharBmpbptato2023-07-041-2/+2
|
* Move CanvasFillRule from bitmap to painterbptato2023-06-261-0/+4
|
* Refactor bitmap, add png color modesbptato2023-06-061-0/+207
Now PNG encoding/decoding, painting, etc. are done in separate files. Plus we support all color modes except indexed color.