Gimp-Forum.net

Full Version: Radius parameter of Spread plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to access this parameter that is shown when the Spread plugin is used in GUI from the script? I tried to find with all keywords like radius, sample, average, etc. Didn't find it. Changing this parameter affects the output of Spread plugin.


https://imgur.com/xqvokgm

https://imgur.com/xqvokgmhttps://imgur.com/xqvokgm
(04-28-2022, 12:21 PM)billalmasum93 Wrote: [ -> ]How to access this parameter that is shown when the Spread plugin is used in GUI from the script? I tried to find with all keywords like radius, sample, average, etc. Didn't find it. Changing this parameter affects the output of Spread plugin.


https://imgur.com/xqvokgm

https://imgur.com/xqvokgmhttps://imgur.com/xqvokgm

If you hover mouse pointer over radius, you find it refers to the color picker which is not part of the Spread filter. It shows up for any of the GEGL filters. Why ? secret of the GImp devs I suppose.

A GEGL function  see: https://gegl.org/operations/gegl-noise-spread.html

You can manipulate using Filters -> Generic -> GEGL graph

[attachment=7832]