diff --git a/src/ImageProcessor/Formats/Gif/Quantizer/Quantizer.cs b/src/ImageProcessor/Formats/Gif/Quantizer/Quantizer.cs index 8312e5480..831b01d7d 100644 --- a/src/ImageProcessor/Formats/Gif/Quantizer/Quantizer.cs +++ b/src/ImageProcessor/Formats/Gif/Quantizer/Quantizer.cs @@ -33,13 +33,7 @@ namespace ImageProcessor.Formats this.singlePass = singlePass; } - /// - /// Quantize an image and return the resulting output pixels. - /// - /// The image to quantize. - /// - /// A representing a quantized version of the image pixels. - /// + /// public QuantizedImage Quantize(ImageBase imageBase) { // Get the size of the source image