We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569337f commit d915f48Copy full SHA for d915f48
src/ImageSharp/Processing/Processors/Quantization/IndexedImageFrame{TPixel}.cs renamed to src/ImageSharp/IndexedImageFrame{TPixel}.cs
@@ -7,8 +7,9 @@
7
using SixLabors.ImageSharp.Advanced;
8
using SixLabors.ImageSharp.Memory;
9
using SixLabors.ImageSharp.PixelFormats;
10
+using SixLabors.ImageSharp.Processing.Processors.Quantization;
11
-namespace SixLabors.ImageSharp.Processing.Processors.Quantization
12
+namespace SixLabors.ImageSharp
13
{
14
/// <summary>
15
/// A pixel-specific image frame where each pixel buffer value represents an index in a color palette.
0 commit comments