AldaronLau / png_pong

A pure Rust PNG image decoder and encoder based on lodepng.

Home Page:https://docs.rs/png_pong

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You might like the `png_filters` crate

Lokathor opened this issue · comments

I put out a new crate called png_filters which is just the byte reconstruction ops but done in SIMD when it gives a performance boost.

Just thought you might find it useful to know about!

@Lokathor thanks for letting me know, that might be a good crate to integrate into png_pong!