From 981d1b3aa249656e0b49e3fc90c10e4b5855b49d Mon Sep 17 00:00:00 2001 From: Brian Popow Date: Sun, 13 Feb 2022 12:07:50 +0100 Subject: [PATCH] Remove note, that CcittGroup4Fax is not supported --- src/ImageSharp/Formats/Tiff/Constants/TiffCompression.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ImageSharp/Formats/Tiff/Constants/TiffCompression.cs b/src/ImageSharp/Formats/Tiff/Constants/TiffCompression.cs index 031494fc5d..0baf4c89c5 100644 --- a/src/ImageSharp/Formats/Tiff/Constants/TiffCompression.cs +++ b/src/ImageSharp/Formats/Tiff/Constants/TiffCompression.cs @@ -35,9 +35,6 @@ namespace SixLabors.ImageSharp.Formats.Tiff.Constants /// /// T6-encoding: CCITT T.6 bi-level encoding (see Section 11 of the TIFF 6.0 specification). - /// - /// Note: The TIFF encoder does not yet support this compression and will default to use no compression instead, - /// if this is choosen. /// CcittGroup4Fax = 4,