Skip to content

Commit

Permalink
added test image for issue SixLabors#735
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpopow committed Dec 22, 2018
1 parent 04f1a31 commit d906395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ImageSharp.Tests/TestImages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,16 @@ public static class Bmp
public const string Rgb16565 = "Bmp/rgb16-565.bmp";
public const string Rgb16bfdef = "Bmp/rgb16bfdef.bmp";
public const string Rgb16565pal = "Bmp/rgb16-565pal.bmp";
public const string Issue735 = "Bmp/issue735.bmp";

public static readonly string[] BitFields
= {
Rgb32bfdef,
Rgb32bf,
Rgb16565,
Rgb16bfdef,
Rgb16565pal
Rgb16565pal,
Issue735
};

public static readonly string[] All
Expand Down
Binary file added tests/Images/Input/Bmp/issue735.bmp
Binary file not shown.

0 comments on commit d906395

Please sign in to comment.