Browse Source

Update tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs

pull/2384/head
Stefan Nikolei 3 years ago
committed by GitHub
parent
commit
a613dc9275
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs

7
tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs

@ -202,13 +202,6 @@ public class TiffDecoderTests : TiffDecoderBaseTester
public void TiffDecoder_CanDecode_12Bit_WithAssociatedAlpha<TPixel>(TestImageProvider<TPixel> provider)
where TPixel : unmanaged, IPixel<TPixel>
{
// if (TestEnvironment.IsMacOS)
// {
// // Only debug save on OSX: For some reason the reference image has a difference of 50%. The imagesharp output file looks ok though.
// using Image<TPixel> image = provider.GetImage(TiffDecoder.Instance);
// image.DebugSave(provider);
// return;
// }
TestTiffDecoder(provider, useExactComparer: false, compareTolerance: 0.264F);
}

Loading…
Cancel
Save