I am learning Rust and I want to perform some basic image operations. I am currently reading my images like this: image::open("path/to/img.jpg").unwrap()
image::open("path/to/img.jpg").unwrap()