Add test case for #171

This commit is contained in:
Josh Holmer 2019-06-20 14:07:47 -04:00
parent 9d8ce5e4ee
commit c60bd82da7
2 changed files with 12 additions and 0 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

View file

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