about summary refs log tree commit diff stats
path: root/src/img/painter.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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.