Add the edge-neon operation.

This commit is contained in:
Bauke 2024-02-26 18:40:20 +01:00
parent 8c43dcc8be
commit 4100ce501a
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 12 additions and 0 deletions

View File

@ -111,6 +111,18 @@ gegl_operation!(
),
);
gegl_operation!(
struct_name: EdgeNeon,
gegl_name: "edge-neon",
append_crop: false,
values: (
/// Strength of effect.
amount: f64, 0.0,
/// Radius of effect in pixels.
radius: f64, 5.0,
),
);
gegl_operation!(
struct_name: FocusBlur,
gegl_name: "focus-blur",