Skip to content

Commit

Permalink
add Bit32 value for TiffBitsPerPixel
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarKhayrutdinov committed Feb 28, 2023
1 parent d19b128 commit 07ca405
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ImageSharp/Formats/Tiff/TiffBitsPerPixel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ public enum TiffBitsPerPixel
/// </summary>
Bit30 = 30,

/// <summary>
/// 32 bits per pixel. One byte for each color channel.
/// </summary>
Bit32 = 32,

/// <summary>
/// 36 bits per pixel. 12 bit for each color channel.
///
Expand Down

0 comments on commit 07ca405

Please sign in to comment.