Browse Source

More animeted webp test images added

pull/1552/head
Lajos Marton 7 years ago
parent
commit
6678b04a31
  1. 3
      ImageSharp.sln
  2. 3
      tests/ImageSharp.Tests/TestImages.cs
  3. 3
      tests/Images/Input/WebP/animated2.webp
  4. 3
      tests/Images/Input/WebP/animated3.webp
  5. 3
      tests/Images/Input/WebP/animated_lossy.webp

3
ImageSharp.sln

@ -372,6 +372,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Webp", "Webp", "{983A31E2-5
tests\Images\Input\WebP\alpha_filter_3_method_1.webp = tests\Images\Input\WebP\alpha_filter_3_method_1.webp
tests\Images\Input\WebP\alpha_no_compression.webp = tests\Images\Input\WebP\alpha_no_compression.webp
tests\Images\Input\WebP\animated-webp.webp = tests\Images\Input\WebP\animated-webp.webp
tests\Images\Input\WebP\animated2.webp = tests\Images\Input\WebP\animated2.webp
tests\Images\Input\WebP\animated3.webp = tests\Images\Input\WebP\animated3.webp
tests\Images\Input\WebP\animated_lossy.webp = tests\Images\Input\WebP\animated_lossy.webp
tests\Images\Input\WebP\bad_palette_index.webp = tests\Images\Input\WebP\bad_palette_index.webp
tests\Images\Input\WebP\big_endian_bug_393.webp = tests\Images\Input\WebP\big_endian_bug_393.webp
tests\Images\Input\WebP\bryce.webp = tests\Images\Input\WebP\bryce.webp

3
tests/ImageSharp.Tests/TestImages.cs

@ -371,6 +371,9 @@ namespace SixLabors.ImageSharp.Tests
public static class Animated
{
public const string Animated1 = "WebP/animated-webp.webp";
public const string Animated2 = "WebP/animated2.webp";
public const string Animated3 = "WebP/animated3.webp";
public const string Animated4 = "WebP/animated_lossy.webp";
}
public static class Lossless

3
tests/Images/Input/WebP/animated2.webp

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b17cfa1c0f484f1fc03f16d07684831585125817e5c7fb2c12cfed3d6ad863a8
size 11840

3
tests/Images/Input/WebP/animated3.webp

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68ba327459ac40a7a054dc5d8b237d3ce0154524854a4f2334e3b839524d13a9
size 41063

3
tests/Images/Input/WebP/animated_lossy.webp

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