I want to write a plug-in, that besides other things, apply Enhance/Noise reduction filter. But I found out that there is no similar procedure in the browser. And even no documentation for this filter, which is strange.
So, does anybody knows how to call Noise reduction filter from a plugin? And why some of the filters not documented and not present in procedures?
As its icon indicates, this is a GEGL operation, and unfortunately these have currently no API for scripts.
To be more complete, and as far as I can tell:
deinterlace
and blur-gauss
still are called plug-in-something
in the API but you won't find them listed in pluginrc
)plug-in-sharpen
for instance)