Y
Hacker News
new
|
ask
|
show
|
jobs
by
a_e_k
1252 days ago
I've done this. For a project where I didn't want any external dependencies, I wrote an uncompressed PNG writer for RGBA8 images in a single function. It's just over 90 lines of C++:
https://github.com/a-e-k/canvas_ity/blob/f32fbb37e2fe7c0fcae...