Browse Source

Better transparency detection + allocation removal

af/merge-core
James Jackson-South 10 years ago
parent
commit
74cd894e64
  1. 1
      src/ImageSharp/Quantizers/Octree/Quantizer.cs

1
src/ImageSharp/Quantizers/Octree/Quantizer.cs

@ -6,7 +6,6 @@
namespace ImageSharp.Quantizers namespace ImageSharp.Quantizers
{ {
using System; using System;
using System.Threading.Tasks;
/// <summary> /// <summary>
/// Encapsulates methods to calculate the color palette of an image. /// Encapsulates methods to calculate the color palette of an image.

Loading…
Cancel
Save