Skip to content

Commit d915f48

Browse files
Move IndexedImageFrame to root namespace.
1 parent 569337f commit d915f48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
using SixLabors.ImageSharp.Advanced;
88
using SixLabors.ImageSharp.Memory;
99
using SixLabors.ImageSharp.PixelFormats;
10+
using SixLabors.ImageSharp.Processing.Processors.Quantization;
1011

11-
namespace SixLabors.ImageSharp.Processing.Processors.Quantization
12+
namespace SixLabors.ImageSharp
1213
{
1314
/// <summary>
1415
/// A pixel-specific image frame where each pixel buffer value represents an index in a color palette.

0 commit comments

Comments
 (0)