Browse Source

add Bit32 value for TiffBitsPerPixel

pull/2363/head
Ildar Khayrutdinov 3 years ago
parent
commit
07ca4055fd
  1. 5
      src/ImageSharp/Formats/Tiff/TiffBitsPerPixel.cs

5
src/ImageSharp/Formats/Tiff/TiffBitsPerPixel.cs

@ -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.
///

Loading…
Cancel
Save