@ -67,6 +67,15 @@ namespace SixLabors.ImageSharp.Tests
}
[Fact]
public async Task Path_Decoder_Agnostic_Async()
{
using (var img = await Image.LoadAsync(Configuration.Default, this.Path, new BmpDecoder()))
VerifyDecodedImage(img);
public void Path_OutFormat_Specific()