Browse Source

Fix test

pull/442/head
James Jackson-South 9 years ago
parent
commit
0c238c0a24
  1. 1
      tests/ImageSharp.Tests/Formats/Png/PngDecoderTests.cs

1
tests/ImageSharp.Tests/Formats/Png/PngDecoderTests.cs

@ -26,6 +26,7 @@ namespace SixLabors.ImageSharp.Tests
0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A,
// IHDR // IHDR
0x00, 0x00, 0x00, 0x0D, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x08, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x08, 0x02, 0x00, 0x00, 0x00,
// IHDR CRC // IHDR CRC
0x90, 0x77, 0x53, 0xDE, 0x90, 0x77, 0x53, 0xDE,

Loading…
Cancel
Save