Browse Source

Fix test

pull/486/head
James Jackson-South 8 years ago
parent
commit
1505b401bb
  1. 2
      tests/ImageSharp.Tests/Processing/Processors/Binarization/BinaryDitherTests.cs

2
tests/ImageSharp.Tests/Processing/Processors/Binarization/BinaryDitherTests.cs

@ -44,7 +44,7 @@ namespace SixLabors.ImageSharp.Tests.Processing.Processors.Binarization
};
private static IOrderedDither DefaultDitherer => Dithering.Ditherers.BayerDither4x4;
private static IOrderedDither DefaultDitherer => Ditherers.BayerDither4x4;
private static IErrorDiffuser DefaultErrorDiffuser => Diffusers.Atkinson;

Loading…
Cancel
Save