Fix all existing color reduction tests

Fixes #1
This commit is contained in:
Joshua Holmer 2016-02-23 13:28:39 -05:00
parent 19ae280ca8
commit 6f1a87160a

View file

@ -945,6 +945,7 @@ fn reduce_grayscale_alpha_to_grayscale(png: &PngData) -> Option<Vec<u8>> {
if *byte != 255 {
return None;
}
} else {
reduced.push(*byte);
}
}