Browse Source

Doco

Former-commit-id: 39516599ebeb5bed02ee72e9af8c7499a425ae86
Former-commit-id: 29b0d23da84597bcfb9f33d7c2123d8955a161b7
Former-commit-id: 91ebd1d34173fbce2ecac84b244b704b4e2497c2
pull/17/head
James Jackson-South 10 years ago
parent
commit
537a6fea8a
  1. 8
      src/ImageProcessor/Formats/Gif/Quantizer/Quantizer.cs

8
src/ImageProcessor/Formats/Gif/Quantizer/Quantizer.cs

@ -33,13 +33,7 @@ namespace ImageProcessor.Formats
this.singlePass = singlePass;
}
/// <summary>
/// Quantize an image and return the resulting output pixels.
/// </summary>
/// <param name="imageBase">The image to quantize.</param>
/// <returns>
/// A <see cref="T:byte[]"/> representing a quantized version of the image pixels.
/// </returns>
/// <inheritdoc/>
public QuantizedImage Quantize(ImageBase imageBase)
{
// Get the size of the source image

Loading…
Cancel
Save