Hello @Mushy .
In G’MIC, there are indeed some filters that are designed specifically for the G’MIC-Qt interface,
but any such filter is still available using the command line tool gmic.
To know the command, just use the “Copy command to clipboard” button from the G’MIC-Qt interface :
Then, if you paste the content of the clipboard somewhere, you’ll get the command name with its parameters, in my example :
pr_underwoods 0,30,50,5,10,10,0.7,208,208,156,34,500,1,255,255,255,0.4,0,0,10,4,2,0.4,0,20,15,10,0,1,15,10,0,0.8,100,0,0,40,30,0,40,20,0,20,10,0,0,0,0,0.2,34,0
Now, to apply this on an image from the command line, just embed the command above with the traditional input/output stuffs :
$ gmic input.jpg pr_underwoods 0,30,50,5,10,10,0.7,208,208,156,34,500,1,255,255,255,0.4,0,0,10,4,2,0.4,0,20,15,10,0,1,15,10,0,0.8,100,0,0,40,30,0,40,20,0,20,10,0,0,0,0,0.2,34,0 -o output.jpg
Et voilà!
If that does not work for you, it’s probably because your versions of gmic and G'MIC-Qt are different.