Add Issue 175 test case
This commit is contained in:
parent
ea7c474994
commit
fbe729642e
2 changed files with 12 additions and 0 deletions
BIN
tests/files/issue-175.png
Normal file
BIN
tests/files/issue-175.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 B |
|
|
@ -610,3 +610,15 @@ fn issue_167() {
|
|||
BitDepth::Eight,
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn issue_175() {
|
||||
test_it_converts(
|
||||
"tests/files/issue-175.png",
|
||||
None,
|
||||
ColorType::Grayscale,
|
||||
BitDepth::One,
|
||||
ColorType::Grayscale,
|
||||
BitDepth::One,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue