From 537a6fea8a1b0fe804ab4edb4addc55bcc754ab0 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Fri, 8 Jan 2016 17:35:50 +1100 Subject: [PATCH] Doco Former-commit-id: 39516599ebeb5bed02ee72e9af8c7499a425ae86 Former-commit-id: 29b0d23da84597bcfb9f33d7c2123d8955a161b7 Former-commit-id: 91ebd1d34173fbce2ecac84b244b704b4e2497c2 --- src/ImageProcessor/Formats/Gif/Quantizer/Quantizer.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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