Browse Source

Move IndexedImageFrame to root namespace.

pull/1574/head
James Jackson-South 6 years ago
parent
commit
13f411d060
  1. 3
      src/ImageSharp/IndexedImageFrame{TPixel}.cs

3
src/ImageSharp/Processing/Processors/Quantization/IndexedImageFrame{TPixel}.cs → src/ImageSharp/IndexedImageFrame{TPixel}.cs

@ -7,8 +7,9 @@ using System.Runtime.CompilerServices;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Memory;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing.Processors.Quantization;
namespace SixLabors.ImageSharp.Processing.Processors.Quantization
namespace SixLabors.ImageSharp
{
/// <summary>
/// A pixel-specific image frame where each pixel buffer value represents an index in a color palette.
Loading…
Cancel
Save