Browse Source

Update TgaDecoderTests.cs

pull/2341/head
James Jackson-South 3 years ago
parent
commit
486cf3a27e
  1. 2
      tests/ImageSharp.Tests/Formats/Tga/TgaDecoderTests.cs

2
tests/ImageSharp.Tests/Formats/Tga/TgaDecoderTests.cs

@ -763,7 +763,7 @@ public class TgaDecoderTests
// Floating point differences result in minor pixel differences.
// Output have been manually verified.
image.CompareToReferenceOutput(
ImageComparer.TolerantPercentage(TestEnvironment.OSArchitecture == Architecture.Arm64 ? 0.00017F : 0.0001F),
ImageComparer.TolerantPercentage(TestEnvironment.OSArchitecture == Architecture.Arm64 ? 0.0016F : 0.0001F),
provider,
testOutputDetails: details,
appendPixelTypeToFileName: false);

Loading…
Cancel
Save