|
|
|
@ -25,7 +25,7 @@ namespace SixLabors.ImageSharp.Tests.TestUtilities.ImageComparison |
|
|
|
} |
|
|
|
|
|
|
|
var testFile = TestFile.Create(path); |
|
|
|
Image<Rgba32> magickImage = DecodeWithMagick<Rgba32>(Configuration.Default, new FileInfo(testFile.FullPath)); |
|
|
|
using Image<Rgba32> magickImage = DecodeWithMagick<Rgba32>(Configuration.Default, new FileInfo(testFile.FullPath)); |
|
|
|
if (useExactComparer) |
|
|
|
{ |
|
|
|
ImageComparer.Exact.VerifySimilarity(magickImage, image); |
|
|
|
|