We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cbafe commit 10b0557Copy full SHA for 10b0557
tests/ImageSharp.Tests/TestImages.cs
@@ -201,7 +201,7 @@ public static class Bad
201
public const string HistogramEqImage = "Jpg/baseline/640px-Unequalized_Hawkes_Bay_NZ.jpg";
202
public const string ForestBridgeDifferentComponentsQuality = "Jpg/baseline/forest_bridge.jpg";
203
public const string ArithmeticCoding = "Jpg/baseline/arithmetic_coding.jpg";
204
- public const string ArithmeticCodingProgressive = "Jpg/baseline/arithmetic_progressive.jpg";
+ public const string ArithmeticCodingProgressive = "Jpg/progressive/arithmetic_progressive.jpg";
205
public const string Lossless = "Jpg/baseline/lossless.jpg";
206
207
public static readonly string[] All =
tests/Images/Input/Jpg/baseline/arithmetic_progressive.jpg renamed to tests/Images/Input/Jpg/progressive/arithmetic_progressive.jpg
0 commit comments