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

Switch to using parsenic for encoding #27

Open AldaronLau opened 4 weeks ago

AldaronLau commented 4 weeks ago

Parsenic was designed based on modified internals of png_pong, will simplify maintaining. Already switched decoding