|
|
|
@ -99,7 +99,7 @@ namespace SixLabors.ImageSharp |
|
|
|
/// </summary>
|
|
|
|
/// <param name="stream">The stream to save the image to.</param>
|
|
|
|
/// <param name="encoder">The encoder to save the image with.</param>
|
|
|
|
/// <exception cref="System.ArgumentNullException">Thrown if the stream or encoder is null.</exception>
|
|
|
|
/// <exception cref="ArgumentNullException">Thrown if the stream or encoder is null.</exception>
|
|
|
|
public void Save(Stream stream, IImageEncoder encoder) |
|
|
|
{ |
|
|
|
Guard.NotNull(stream, nameof(stream)); |
|
|
|
|