From 13f411d0601ece2fd943fe29bd6e0326fac7cf6f Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Sat, 28 Mar 2020 16:23:29 +0000 Subject: [PATCH] Move IndexedImageFrame to root namespace. --- .../Processors/Quantization => }/IndexedImageFrame{TPixel}.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename src/ImageSharp/{Processing/Processors/Quantization => }/IndexedImageFrame{TPixel}.cs (98%) diff --git a/src/ImageSharp/Processing/Processors/Quantization/IndexedImageFrame{TPixel}.cs b/src/ImageSharp/IndexedImageFrame{TPixel}.cs similarity index 98% rename from src/ImageSharp/Processing/Processors/Quantization/IndexedImageFrame{TPixel}.cs rename to src/ImageSharp/IndexedImageFrame{TPixel}.cs index c271ce742..07451029e 100644 --- a/src/ImageSharp/Processing/Processors/Quantization/IndexedImageFrame{TPixel}.cs +++ b/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 { /// /// A pixel-specific image frame where each pixel buffer value represents an index in a color palette.