Anton Firszov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
tests/ImageSharp.Tests/TestFormat.cs
|
|
|
@ -229,7 +229,8 @@ public class TestFormat : IImageFormatConfigurationModule, IImageFormat |
|
|
|
return this.testFormat.Sample<TPixel>(); |
|
|
|
} |
|
|
|
|
|
|
|
protected override Image Decode(TestDecoderOptions options, Stream stream, CancellationToken cancellationToken) => this.Decode<TestPixelForAgnosticDecode>(options, stream, cancellationToken); |
|
|
|
protected override Image Decode(TestDecoderOptions options, Stream stream, CancellationToken cancellationToken) |
|
|
|
=> this.Decode<TestPixelForAgnosticDecode>(options, stream, cancellationToken); |
|
|
|
} |
|
|
|
|
|
|
|
public class TestDecoderOptions : ISpecializedDecoderOptions |
|
|
|
|