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

Fix mis-match in lodepng_convert definition #17

Closed ideasman42 closed 8 years ago

ideasman42 commented 8 years ago

The lodepng_convert in vendor/lodepng.c:3459 doesn't have this argument, causing possible bugs.

kornelski commented 8 years ago

Thanks