Skip to content

Commit 3fd1a14

Browse files
brianpopowJimBobSquarePants
authored andcommitted
Add support for encoding 16 bit per pixel bitmaps (SixLabors#899)
* Implemented encoding of 16 bits per pixel bitmaps * Add unit tests for 16 bit encoding and Bgra5551 conversion * Add additional Bgra5551 pixel conversion tests * Add Bgra5551 tests for Short2/4 and HalfVector2/4 * Use scaled vector conversion
1 parent 499e0bb commit 3fd1a14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ public static class Bmp
241241
public const string Bit16Inverted = "Bmp/test16-inverted.bmp";
242242
public const string Bit32Rgb = "Bmp/rgb32.bmp";
243243
public const string Bit32Rgba = "Bmp/rgba32.bmp";
244+
public const string Rgb16 = "Bmp/rgb16.bmp";
244245

245246
// Note: This format can be called OS/2 BMPv1, or Windows BMPv2
246247
public const string WinBmpv2 = "Bmp/pal8os2v1_winv2.bmp";

0 commit comments

Comments
 (0)