From 8ca517b58670d261df2931f2067850134613a148 Mon Sep 17 00:00:00 2001 From: Dmitry Pentin Date: Sat, 16 Jul 2022 21:43:36 +0300 Subject: [PATCH] Docs fix --- src/ImageSharp/Formats/Jpeg/JpegDecoderCore.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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)