Browse Source

Add new test file.

The octree quantizer does not like this file. A couple of frame
backgrounds turn out the wrong color. When you resize though all is
fixed!?
af/merge-core
James Jackson-South 10 years ago
parent
commit
2272780223
  1. 1
      tests/ImageSharp.Tests/FileTestBase.cs
  2. 2
      tests/ImageSharp.Tests/TestImages.cs
  3. 3
      tests/ImageSharp.Tests/TestImages/Formats/Gif/cheers.gif

1
tests/ImageSharp.Tests/FileTestBase.cs

@ -42,6 +42,7 @@ namespace ImageSharp.Tests
// TestImages.Png.Filter4, // Perf: Enable for local testing only
// TestImages.Png.FilterVar, // Perf: Enable for local testing only
TestImages.Gif.Rings,
TestImages.Gif.Cheers,
// TestImages.Gif.Giphy // Perf: Enable for local testing only
};

2
tests/ImageSharp.Tests/TestImages.cs

@ -101,6 +101,8 @@ namespace ImageSharp.Tests
public static TestFile Rings => new TestFile(folder + "rings.gif");
public static TestFile Giphy => new TestFile(folder + "giphy.gif");
public static TestFile Cheers => new TestFile(folder + "cheers.gif");
}
}
}

3
tests/ImageSharp.Tests/TestImages/Formats/Gif/cheers.gif

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5202bd7af61f7ff689dbb5338eb8d143dc7a90e6d42ac2d9e822bbeb0c1f57e
size 3083670
Loading…
Cancel
Save