@ -6,6 +6,7 @@ using System.Buffers;
using System.IO;
using System.Runtime.CompilerServices;
using System.Text;
using SixLabors.ImageSharp.MetaData;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.Primitives;
@ -7,6 +7,7 @@ using System.IO;
using System.Linq;
using SixLabors.ImageSharp.IO;
using SixLabors.ImageSharp.Quantizers;
@ -7,6 +7,7 @@ using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using SixLabors.ImageSharp.Formats.Jpeg.GolangPort.Components.Decoder;
using SixLabors.ImageSharp.Memory;
using SixLabors.ImageSharp.MetaData.Profiles.Exif;
using SixLabors.ImageSharp.MetaData.Profiles.Icc;
@ -6,6 +6,7 @@ using System.IO;
using SixLabors.ImageSharp.Formats.Jpeg.PdfJsPort.Components;
@ -9,6 +9,7 @@ using System.Linq;
using static SixLabors.ImageSharp.ComparableExtensions;
@ -2,6 +2,7 @@
// Licensed under the Apache License, Version 2.0.
using SixLabors.ImageSharp.Formats;
namespace SixLabors.ImageSharp
{
@ -1,6 +1,8 @@
// Copyright (c) Six Labors and contributors.
/// <summary>
@ -4,6 +4,7 @@
using System;
using System.Numerics;
@ -9,6 +9,7 @@ using System.Numerics;
using SixLabors.ImageSharp.Processing;
@ -3,6 +3,7 @@
using Xunit;
namespace SixLabors.ImageSharp.Tests
@ -6,6 +6,7 @@ using System.Collections;