|
|
@ -78,11 +78,7 @@ namespace SixLabors.ImageSharp |
|
|
Configuration IConfigurationProvider.Configuration => this.configuration; |
|
|
Configuration IConfigurationProvider.Configuration => this.configuration; |
|
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
/// <inheritdoc />
|
|
|
public void Dispose() |
|
|
public void Dispose() => this.Dispose(true); |
|
|
{ |
|
|
|
|
|
this.Dispose(true); |
|
|
|
|
|
GC.SuppressFinalize(this); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Saves the image to the given stream using the given image encoder.
|
|
|
/// Saves the image to the given stream using the given image encoder.
|
|
|
|