@ -4,7 +4,7 @@
using System;
using SixLabors.ImageSharp.Formats.Webp.Lossless;
namespace SixLabors.ImageSharp.Formats.WebP.Lossless
namespace SixLabors.ImageSharp.Formats.Webp.Lossless
{
/// <summary>
/// Near-lossless image preprocessing adjusts pixel values to help compressibility with a guarantee
@ -9,7 +9,6 @@ using System.Linq;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using SixLabors.ImageSharp.Formats.Webp.BitWriter;
using SixLabors.ImageSharp.Formats.WebP.Lossless;
using SixLabors.ImageSharp.Memory;
using SixLabors.ImageSharp.PixelFormats;
@ -1,10 +1,7 @@
// Copyright (c) Six Labors.
// Licensed under the Apache License, Version 2.0.
using SixLabors.ImageSharp.Formats.Webp;
using SixLabors.ImageSharp.Formats.Webp.Lossy;
namespace SixLabors.ImageSharp.Formats.WebP.Lossy
namespace SixLabors.ImageSharp.Formats.Webp.Lossy
internal class Vp8Costs
@ -2,7 +2,6 @@
using SixLabors.ImageSharp.Formats.WebP.Lossy;
@ -3,9 +3,8 @@
internal class Vp8Histogram
@ -2,7 +2,7 @@
using System.Collections.Generic;
using Xunit;
namespace SixLabors.ImageSharp.Tests.Formats.Webp