Browse Source

Add interlace powerpoint image touch #76 [skip ci]

pull/77/head
James Jackson-South 9 years ago
parent
commit
08c48acb7d
  1. 1
      tests/ImageSharp.Tests/FileTestBase.cs
  2. 1
      tests/ImageSharp.Tests/TestImages.cs
  3. BIN
      tests/ImageSharp.Tests/TestImages/Formats/Png/pp.png

1
tests/ImageSharp.Tests/FileTestBase.cs

@ -33,6 +33,7 @@ namespace ImageSharp.Tests
// TestFile.Create(TestImages.Png.Blur), // Perf: Enable for local testing only // TestFile.Create(TestImages.Png.Blur), // Perf: Enable for local testing only
// TestFile.Create(TestImages.Png.Indexed), // Perf: Enable for local testing only // TestFile.Create(TestImages.Png.Indexed), // Perf: Enable for local testing only
TestFile.Create(TestImages.Png.Splash), TestFile.Create(TestImages.Png.Splash),
TestFile.Create(TestImages.Png.Powerpoint),
// TestFile.Create(TestImages.Png.SplashInterlaced), // Perf: Enable for local testing only // TestFile.Create(TestImages.Png.SplashInterlaced), // Perf: Enable for local testing only
// TestFile.Create(TestImages.Png.Interlaced), // Perf: Enable for local testing only // TestFile.Create(TestImages.Png.Interlaced), // Perf: Enable for local testing only
// TestFile.Create(TestImages.Png.Filter0), // Perf: Enable for local testing only // TestFile.Create(TestImages.Png.Filter0), // Perf: Enable for local testing only

1
tests/ImageSharp.Tests/TestImages.cs

@ -19,6 +19,7 @@ namespace 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 Powerpoint = "Png/pp.png";
public const string SplashInterlaced = "Png/splash-interlaced.png"; public const string SplashInterlaced = "Png/splash-interlaced.png";

BIN
tests/ImageSharp.Tests/TestImages/Formats/Png/pp.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Loading…
Cancel
Save