Erode and Dilate

Hi developers,

In my plug-in project, I was hoping to add Gimp’s Generic/Erode and Generic/Dilate functionality. In Gimp 3.2 RC 2, I believe both are missing from the PDB, and GEGL doesn’t seem to have an alternate version. Anybody have a work-around, and if not, could I make a request to please add these back to the PDB?

Thanks for your attention,
Charles

These are implemented as GEGL operations that use gegl:value-propagate, see here for the exact parameters used for dilate and erode.

1 Like