diff --git a/src/ImageSharp/Formats/Tiff/TiffBitsPerPixel.cs b/src/ImageSharp/Formats/Tiff/TiffBitsPerPixel.cs index 38da4b5f8b..dc57c12f19 100644 --- a/src/ImageSharp/Formats/Tiff/TiffBitsPerPixel.cs +++ b/src/ImageSharp/Formats/Tiff/TiffBitsPerPixel.cs @@ -70,6 +70,11 @@ public enum TiffBitsPerPixel /// Bit30 = 30, + /// + /// 32 bits per pixel. One byte for each color channel. + /// + Bit32 = 32, + /// /// 36 bits per pixel. 12 bit for each color channel. ///