From 07ca4055fd13d5c13a46d7a4f7dc56a1af37c55f Mon Sep 17 00:00:00 2001 From: Ildar Khayrutdinov Date: Tue, 28 Feb 2023 13:28:36 +0300 Subject: [PATCH] add Bit32 value for TiffBitsPerPixel --- src/ImageSharp/Formats/Tiff/TiffBitsPerPixel.cs | 5 +++++ 1 file changed, 5 insertions(+) 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. ///