diff --git a/src/ImageSharp/Formats/Jpeg/JpegDecoderCore.cs b/src/ImageSharp/Formats/Jpeg/JpegDecoderCore.cs index 48d397a54d..91606e9efb 100644 --- a/src/ImageSharp/Formats/Jpeg/JpegDecoderCore.cs +++ b/src/ImageSharp/Formats/Jpeg/JpegDecoderCore.cs @@ -540,12 +540,8 @@ namespace SixLabors.ImageSharp.Formats.Jpeg } /// - /// Returns encoded colorspace based on the component count and component ids. + /// Returns encoded colorspace based on the component count. /// - /// - /// Must take into account atleast RGB component identifiers i.e. [82, 71, 66] - /// as TIFF images with jpeg encoding don't have APP14 marker. - /// /// Number of components. /// The internal static JpegColorSpace DeduceJpegColorSpace(byte componentCount)