Browse Source

Better transparency detection + allocation removal

pull/56/head
James Jackson-South 10 years ago
parent
commit
d3684b6223
  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