Add more images for testing

This commit is contained in:
Joshua Holmer 2016-01-18 20:28:35 -05:00
parent 4894c4a072
commit 391c04ea62
8 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -358,7 +358,7 @@ fn palette_should_be_grayscale() {
};
assert!(png.ihdr_data.color_type == png::ColorType::Grayscale);
assert!(png.ihdr_data.bit_depth == png::BitDepth::Eight);
assert!(png.ihdr_data.bit_depth == png::BitDepth::Four);
let old_png = image::open(&input).unwrap();
let new_png = image::open(&output).unwrap();