diff --git a/tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.cs b/tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.cs index 5eaab6403..d1fcb438f 100644 --- a/tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.cs +++ b/tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.cs @@ -82,7 +82,7 @@ namespace SixLabors.ImageSharp.Tests.Formats.Jpg private const float BaselineTolerance_PdfJs = 0.005f; private const float ProgressiveTolerance_Orig = 0.2f / 100; - private const float ProgressiveTolerance_PdfJs = 1.5f / 100; // PDF.js Progressive output is wrong on spectral level! + private const float ProgressiveTolerance_PdfJs = 0.33f / 100; private ImageComparer GetImageComparerForOrigDecoder(TestImageProvider provider) where TPixel : struct, IPixel