We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ca1b0 commit e2211c3Copy full SHA for e2211c3
tests/ImageSharp.Tests/Processing/Processors/Transforms/ResizeTests.cs
@@ -139,7 +139,7 @@ public void WorkingBufferSizeHintInBytes_IsAppliedCorrectly<TPixel>(
139
testOutputDetails: workingBufferLimitInRows,
140
appendPixelTypeToFileName: false);
141
image.CompareToReferenceOutput(
142
- ImageComparer.TolerantPercentage(0.001f),
+ ImageComparer.TolerantPercentage(0.004f),
143
provider,
144
145
0 commit comments