Browse Source

Fix quantizer test

af/merge-core
James Jackson-South 9 years ago
parent
commit
2992ffe17d
  1. 2
      tests/ImageSharp.Tests/Formats/GeneralFormatTests.cs

2
tests/ImageSharp.Tests/Formats/GeneralFormatTests.cs

@ -94,7 +94,7 @@ namespace ImageSharp.Tests
using (Image image = new Image(srcImage))
{
using (FileStream output = File.OpenWrite($"{path}/Wu-{file.FileName}"))
using (FileStream output = File.OpenWrite($"{path}/Palette-{file.FileName}"))
{
image.Quantize(Quantization.Palette)
.Save(output, image.CurrentImageFormat);

Loading…
Cancel
Save