Browse Source

Change test images for Issue984 to be non transparent

pull/1017/head
Brian Popow 6 years ago
parent
commit
a73dca0c65
  1. 4
      tests/ImageSharp.Tests/Processing/Normalization/HistogramEqualizationTests.cs

4
tests/ImageSharp.Tests/Processing/Normalization/HistogramEqualizationTests.cs

@ -121,8 +121,8 @@ namespace SixLabors.ImageSharp.Tests.Processing.Normalization
/// See: https://github.com/SixLabors/ImageSharp/pull/984
/// </summary>
[Theory]
[WithTestPatternImages(110, 110, PixelTypes.Rgba32)]
[WithTestPatternImages(170, 170, PixelTypes.Rgba32)]
[WithTestPatternImages(110, 110, PixelTypes.Rgb24)]
[WithTestPatternImages(170, 170, PixelTypes.Rgb24)]
public void Issue984<TPixel>(TestImageProvider<TPixel> provider)
where TPixel : struct, IPixel<TPixel>
{

Loading…
Cancel
Save