diff --git a/tests/files/issue-195.png b/tests/files/issue-195.png new file mode 100644 index 00000000..283f14c4 Binary files /dev/null and b/tests/files/issue-195.png differ diff --git a/tests/regression.rs b/tests/regression.rs index 69b11463..6fb119ca 100644 --- a/tests/regression.rs +++ b/tests/regression.rs @@ -630,3 +630,15 @@ fn issue_182() { BitDepth::One, ); } + +#[test] +fn issue_195() { + test_it_converts( + "tests/files/issue-195.png", + None, + ColorType::RGBA, + BitDepth::Eight, + ColorType::Indexed, + BitDepth::Eight, + ); +}