You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extern crate image;
use image::ImageDecoder;
fn main() {
let f = ::std::fs::File::open("inflate.png").unwrap();
let x = image::png::PNGDecoder::new(f).read_image();
}
Must be compiled without optimisations (might also reproduce with -C debug-assertions)
The text was updated successfully, but these errors were encountered:
The base64 of png image:
Example test:
Must be compiled without optimisations (might also reproduce with
-C debug-assertions
)The text was updated successfully, but these errors were encountered: