Browse Source

Remove note, that CcittGroup4Fax is not supported

pull/1993/head
Brian Popow 4 years ago
parent
commit
981d1b3aa2
  1. 3
      src/ImageSharp/Formats/Tiff/Constants/TiffCompression.cs

3
src/ImageSharp/Formats/Tiff/Constants/TiffCompression.cs

@ -35,9 +35,6 @@ namespace SixLabors.ImageSharp.Formats.Tiff.Constants
/// <summary>
/// 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.
/// </summary>
CcittGroup4Fax = 4,

Loading…
Cancel
Save