AldaronLau / png_pong

A pure Rust PNG image decoder and encoder based on lodepng.
https://docs.rs/png_pong
Apache License 2.0
26 stars 3 forks source link

Add Unknown variant to chunk #5

Closed wezm closed 3 years ago

wezm commented 3 years ago

This PR implements the Unknown chunk variant discussed in #4

AldaronLau commented 3 years ago

Thank you! This all looks good, so I'm going to go ahead with merging it and releasing a new version.