Browse Source

More memory pressure reduction

pull/2588/head
James Jackson-South 3 years ago
parent
commit
35d55b5da3
  1. 3
      tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs

3
tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs

@ -133,7 +133,6 @@ public class GifDecoderTests
}
[Theory]
[InlineData(TestImages.Gif.Cheers, 8)]
[InlineData(TestImages.Gif.Giphy, 8)]
[InlineData(TestImages.Gif.Rings, 8)]
[InlineData(TestImages.Gif.Trans, 8)]
@ -194,7 +193,7 @@ public class GifDecoderTests
}
}
// https://github.com/SixLabors/ImageSharp/issues/1503
// https://github.com/SixLabors/ImageSharp/issues/1530
[Theory]
[WithFile(TestImages.Gif.Issues.Issue1530, PixelTypes.Rgba32)]
public void Issue1530_BadDescriptorDimensions<TPixel>(TestImageProvider<TPixel> provider)

Loading…
Cancel
Save