From 5a730047f461730a8562d4599c6b2ff12f785197 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: c6a23770933cc5f87792116d91df7908869ae7be Former-commit-id: 18d801b034a1e834bf484efc4a8af2cf3ddc427c Former-commit-id: 242f273b5063c5b9b9a5edd668658230cf808047 --- 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 8312e54802..831b01d7df 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