|
|
|
|
|
by superfamicom
457 days ago
|
|
Nice! Remarkably similar to my own PNG implementation. I don't think I have pushed up the encoding work I did but should. I would highly recommend anyone / everyone to write a parser for a file format, you learn a lot. I also didn't implement the interlacing support. My goal was not to be fast however, but to just document a good reference and be able to come back to it and understand what it was doing and what I wrote. https://github.com/uttori/uttori-image-png |
|