Browse Source

Update src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs

Co-authored-by: Anton Firszov <antonfir@gmail.com>
pull/1654/head
James Jackson-South 5 years ago
committed by GitHub
parent
commit
ee02333c57
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs

2
src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs

@ -126,7 +126,7 @@ namespace SixLabors.ImageSharp.Processing.Processors.Quantization
/// The granularity of the cache has been determined based upon the current /// The granularity of the cache has been determined based upon the current
/// suite of test images and provides the lowest possible memory usage while /// suite of test images and provides the lowest possible memory usage while
/// providing enough match accuracy. /// providing enough match accuracy.
/// Entry count is currently limited to 1221858 entries at 1.17MB. /// Entry count is currently limited to 610929 entries (1221858 bytes ~1.17MB).
/// </para> /// </para>
/// </remarks> /// </remarks>
private struct ColorDistanceCache private struct ColorDistanceCache

Loading…
Cancel
Save