Browse Source

Update PngEncoder.cs

pull/2514/head
James Jackson-South 2 years ago
parent
commit
7f2ab0cf86
  1. 1
      src/ImageSharp/Formats/Png/PngEncoder.cs

1
src/ImageSharp/Formats/Png/PngEncoder.cs

@ -2,7 +2,6 @@
// Licensed under the Six Labors Split License.
#nullable disable
using SixLabors.ImageSharp.Advanced;
using SixLabors.ImageSharp.Processing.Processors.Quantization;
namespace SixLabors.ImageSharp.Formats.Png;

Loading…
Cancel
Save