|
|
@ -20,7 +20,6 @@ namespace SixLabors.ImageSharp.Tests |
|
|
public const string Blur = "Png/blur.png"; |
|
|
public const string Blur = "Png/blur.png"; |
|
|
public const string Indexed = "Png/indexed.png"; |
|
|
public const string Indexed = "Png/indexed.png"; |
|
|
public const string Splash = "Png/splash.png"; |
|
|
public const string Splash = "Png/splash.png"; |
|
|
public const string CorruptedChunk = "Png/big-corrupted-chunk.png"; |
|
|
|
|
|
public const string Cross = "Png/cross.png"; |
|
|
public const string Cross = "Png/cross.png"; |
|
|
public const string Powerpoint = "Png/pp.png"; |
|
|
public const string Powerpoint = "Png/pp.png"; |
|
|
public const string SplashInterlaced = "Png/splash-interlaced.png"; |
|
|
public const string SplashInterlaced = "Png/splash-interlaced.png"; |
|
|
@ -57,6 +56,7 @@ namespace SixLabors.ImageSharp.Tests |
|
|
// Odd chunk lengths
|
|
|
// Odd chunk lengths
|
|
|
public const string ChunkLength1 = "Png/chunklength1.png"; |
|
|
public const string ChunkLength1 = "Png/chunklength1.png"; |
|
|
public const string ChunkLength2 = "Png/chunklength2.png"; |
|
|
public const string ChunkLength2 = "Png/chunklength2.png"; |
|
|
|
|
|
public const string CorruptedChunk = "Png/big-corrupted-chunk.png"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public static readonly string[] All = |
|
|
public static readonly string[] All = |
|
|
|