Skip to content

Commit

Permalink
Document missing Exception for MagickImage.OilPaint (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gounlaf committed May 4, 2024
1 parent 417f8b4 commit d958a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Magick.NET.Core/IMagickImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2311,6 +2311,7 @@ Interlace Interlace
/// <summary>
/// Oilpaint image (image looks like oil painting).
/// </summary>
/// <exception cref="MagickException">Thrown when an error is raised by ImageMagick.</exception>
void OilPaint();

/// <summary>
Expand Down
1 change: 1 addition & 0 deletions src/Magick.NET/MagickImage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4335,6 +4335,7 @@ public void Normalize()
/// <summary>
/// Oilpaint image (image looks like oil painting).
/// </summary>
/// <exception cref="MagickException">Thrown when an error is raised by ImageMagick.</exception>
public void OilPaint()
=> OilPaint(3.0, 1.0);

Expand Down

0 comments on commit d958a69

Please sign in to comment.