Skip to content

Commit

Permalink
Added MagicKernelSharp2013 and MagicKernelSharp2021 to FilterType.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Nov 11, 2024
1 parent 590a64a commit 532cba5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Magick.NET.Core/Enums/FilterType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,14 @@ public enum FilterType
/// Cubic spline.
/// </summary>
CubicSpline,

/// <summary>
/// Magic kernel sharp 2013.
/// </summary>
MagicKernelSharp2013,

/// <summary>
/// Magic kernel sharp 2021.
/// </summary>
MagicKernelSharp2021,
}

0 comments on commit 532cba5

Please sign in to comment.