Add Issue 175 test case

This commit is contained in:
Felix Hanau 2019-06-26 13:31:04 +01:00
parent ea7c474994
commit fbe729642e
2 changed files with 12 additions and 0 deletions

BIN
tests/files/issue-175.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 B

View file

@ -610,3 +610,15 @@ fn issue_167() {
BitDepth::Eight, BitDepth::Eight,
); );
} }
#[test]
fn issue_175() {
test_it_converts(
"tests/files/issue-175.png",
None,
ColorType::Grayscale,
BitDepth::One,
ColorType::Grayscale,
BitDepth::One,
);
}