|
|
@ -688,6 +688,8 @@ namespace SixLabors.ImageSharp.Tests |
|
|
|
|
|
|
|
|
ImageComparer comparer = customComparer ?? ImageComparer.Exact; |
|
|
ImageComparer comparer = customComparer ?? ImageComparer.Exact; |
|
|
comparer.VerifySimilarity(encodedImage, image); |
|
|
comparer.VerifySimilarity(encodedImage, image); |
|
|
|
|
|
|
|
|
|
|
|
return actualOutputFile; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
internal static AllocatorBufferCapacityConfigurator LimitAllocatorBufferCapacity<TPixel>( |
|
|
internal static AllocatorBufferCapacityConfigurator LimitAllocatorBufferCapacity<TPixel>( |
|
|
|