Skip to content

Commit 07ca405

Browse files
add Bit32 value for TiffBitsPerPixel
1 parent d19b128 commit 07ca405

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ImageSharp/Formats/Tiff/TiffBitsPerPixel.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ public enum TiffBitsPerPixel
7070
/// </summary>
7171
Bit30 = 30,
7272

73+
/// <summary>
74+
/// 32 bits per pixel. One byte for each color channel.
75+
/// </summary>
76+
Bit32 = 32,
77+
7378
/// <summary>
7479
/// 36 bits per pixel. 12 bit for each color channel.
7580
///

0 commit comments

Comments
 (0)