Skip to content

Commit

Permalink
Merge pull request SixLabors#906 from brianpopow/feature/Bitmap8BitEn…
Browse files Browse the repository at this point in the history
…coding

Adds support for encoding 8-bit bitmaps
  • Loading branch information
antonfirsov authored May 12, 2019
2 parents ba2de68 + 61c982a commit a7bd41e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ImageSharp.Tests/TestImages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ public static class Bmp
public const string Bit1Pal1 = "Bmp/pal1p1.bmp";
public const string Bit4 = "Bmp/pal4.bmp";
public const string Bit8 = "Bmp/test8.bmp";
public const string Bit8Gs = "Bmp/pal8gs.bmp";
public const string Bit8Inverted = "Bmp/test8-inverted.bmp";
public const string Bit16 = "Bmp/test16.bmp";
public const string Bit16Inverted = "Bmp/test16-inverted.bmp";
Expand Down

0 comments on commit a7bd41e

Please sign in to comment.