about summary refs log tree commit diff stats
path: root/src/img/png.nim
Commit message (Expand)AuthorAgeFilesLines
* png: print zstream errorsbptato2023-07-041-1/+5
* png: fix grayscale regressionbptato2023-06-291-1/+1
* png: fix 4 bit grayscale & <8 bit indexed colorbptato2023-06-251-6/+17
* Make Result.text, json return promisebptato2023-06-131-1/+0
* Fix various layout bugs, prepare for image supportbptato2023-06-121-3/+3
* Add indexed color, other png improvementsbptato2023-06-091-22/+71
* Refactor bitmap, add png color modesbptato2023-06-061-0/+413