@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0.
using System;
using SixLabors.ImageSharp.Advanced.Unsafe;
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Drawing.Brushes.Processors;
using SixLabors.ImageSharp.Drawing.Processors;
using SixLabors.ImageSharp.Memory;
@ -3,7 +3,7 @@
using System.Numerics;
using SixLabors.ImageSharp.PixelFormats;
@ -4,7 +4,7 @@
namespace SixLabors.ImageSharp.Advanced.Unsafe
namespace SixLabors.ImageSharp.Advanced
{
/// <summary>
/// Allows access to the pixels as an area of contiguous memory in the given pixel format.
@ -9,7 +9,7 @@ using SixLabors.ImageSharp.Formats;
using SixLabors.Primitives;
/// Extension methods over Image{TPixel}
using System.Runtime.CompilerServices;
@ -6,7 +6,7 @@ using System.Buffers;
using System.IO;
using System.Text;
using SixLabors.ImageSharp.MetaData;
@ -1,7 +1,7 @@
using System.Linq;
using SixLabors.ImageSharp.Formats.Jpeg.PdfJsPort.Components;
@ -8,7 +8,7 @@ using System.IO;
using SixLabors.ImageSharp.Formats.Png.Filters;
using SixLabors.ImageSharp.Formats.Png.Zlib;
@ -5,7 +5,7 @@ using System;
using System.Threading.Tasks;
using SixLabors.ImageSharp.Formats;
using System.Diagnostics;
using SixLabors.ImageSharp.Processing;
@ -6,7 +6,7 @@ using System.Collections.Generic;
using SixLabors.ImageSharp.Dithering;
using System.Buffers;
using System.Collections.Generic;
using SixLabors.ImageSharp.Common;
using SixLabors.ImageSharp.Quantizers.Base;
@ -9,7 +9,7 @@ namespace SixLabors.ImageSharp.Benchmarks.Image
using BenchmarkDotNet.Attributes;
public class CopyPixels : BenchmarkBase
@ -7,7 +7,7 @@ using SixLabors.ImageSharp.Formats;
using SixLabors.ImageSharp.IO;
using Moq;
using Xunit;
namespace SixLabors.ImageSharp.Tests
// Copyright (c) Six Labors and contributors.
using SixLabors.ImageSharp.Tests.TestUtilities.ImageComparison;
@ -2,7 +2,7 @@ namespace SixLabors.ImageSharp.Tests.TestUtilities.ImageComparison
using System.Drawing.Imaging;
@ -14,7 +14,7 @@ using SixLabors.ImageSharp.Tests.TestUtilities.ReferenceCodecs;
public static class TestImageExtensions