Open
Description
I was just trying this crate with the simple example on the main webpage. When running it with cargo run
, everything was perfect as expected. But when I ran it with cargo run --release
, it panicked:
thread 'main' panicked at 'failed to open file: Decoding(DecodingError { format: Exact(Jpeg), underlying: Some(Format("invalid length in DHT")) })', src/main.rs:12:35
and I tried a lot of different jpgs, always the same result.
I am wondering is this a bug or something?
Metadata
Metadata
Assignees
Labels
No labels