Add test case for #171
This commit is contained in:
parent
9d8ce5e4ee
commit
c60bd82da7
2 changed files with 12 additions and 0 deletions
BIN
tests/files/issue-171.png
Normal file
BIN
tests/files/issue-171.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 220 B |
|
|
@ -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,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue