Browse Source

Doco

Former-commit-id: c6a23770933cc5f87792116d91df7908869ae7be
Former-commit-id: 18d801b034a1e834bf484efc4a8af2cf3ddc427c
Former-commit-id: 242f273b5063c5b9b9a5edd668658230cf808047
af/merge-core
James Jackson-South 10 years ago
parent
commit
5a730047f4
  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