This commit is contained in:
Andrew 2023-06-15 11:32:43 +12:00
parent 685331cdda
commit b81606bf02
2 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -916,6 +916,18 @@ fn grayscale_alpha_8_should_be_grayscale_trns_8() {
);
}
#[test]
fn grayscale_alpha_8_should_be_grayscale_trns_1() {
test_it_converts(
"tests/files/grayscale_alpha_8_should_be_grayscale_trns_1.png",
true,
GRAYSCALE_ALPHA,
BitDepth::Eight,
GRAYSCALE,
BitDepth::One,
);
}
#[test]
fn small_files() {
test_it_converts(