afre
(Alan)
August 11, 2018, 2:59pm
2
Some filters do not have a reference line. However, if you see them in GIMP, you may use them in the CLI. Do the following to discover the proper command.
script-fu is a GIMP thing. Basically, it uses a series of GIMP commands, etc.
G’MIC is a separate app and a plug-in in GIMP. Try using the New layer(s) + Verbose (layer name) combination in the G’MIC plug-in window as follows:
[image]
It would name the new output layer with the correct command, provided that the plug-in is also >2.0.0, from which you would copy-paste the command as I have above.
Or, go to the following and examine the code:
– https://raw.githubusercontent.com/dtschump/gmic/master/src/gmic_stdlib.gmic
– https://github.com/dtschump/gmic-community/tree/master/include