Nanda Gopal

Results 2 issues of Nanda Gopal

i followed your steps and cant seem to write onto the server. please help trying to make this work since 2 days ![doubt](https://user-images.githubusercontent.com/42992965/66724621-d4b07900-ee45-11e9-93d5-a778f43a6ffd.jpg)

[1] assertion `left == right` failed: Invalid buffer length: expected 181600 got 136200 for 200x227 image [1] left: 181600 [1] right: 136200 ```rust let src_image = ImageReader::new(std::io::Cursor::new(file_data)) .with_guessed_format() .unwrap() .decode()...