kornelski / lodepng-rust

All-in-one PNG image encoder/decoder in pure Rust
https://lib.rs/lodepng
zlib License
100 stars 23 forks source link

Add functions with state object as parameter #40

Closed fhanau closed 5 years ago

fhanau commented 5 years ago

This makes it easier to use the higher-level interfaces while also using a modified state object.

fhanau commented 5 years ago

This can also be achieved through the Encoder interface instead.