commit | 96aa7565bcc2f4585306216ddbc7c51e552a48d6 | [log] [tgz] |
---|---|---|
author | Cristy <[email protected]> | Sun Jan 12 10:31:04 2020 -0500 |
committer | Cristy <[email protected]> | Sun Jan 12 10:31:12 2020 -0500 |
tree | 6d10a3f5328fa1ab30ad82a2bc3ecf374c159082 | |
parent | 5c1f1adaabb9b821e04624d2e3db640b4cd3a117 [diff] [blame] |
Fix 3 failing Magick.NET unit tests
diff --git a/MagickCore/quantize.c b/MagickCore/quantize.c index 3d5745f..0502c1d 100644 --- a/MagickCore/quantize.c +++ b/MagickCore/quantize.c
@@ -653,7 +653,7 @@ /* Monochrome image. */ - intensity=GetPixelInfoLuma(image->colormap+0) > QuantumRange/2.0 ? 0.0 : + intensity=GetPixelInfoLuma(image->colormap+0) < QuantumRange/2.0 ? 0.0 : QuantumRange; if (image->colors > 1) {