PNG parser alpha. (Future perspective is PNG decoder).
./pbs rust.png
will display the chunks of it.
TODO:
- [ ]: 14 ancillary chunks definition.
- [ ]: display chunk's data in readable format.
- [ ]: decode .png
Read png byte stream with Rust.
Repository from Github https://github.comhorita-yuya/PNGByteStream-Rust