I'm having a play at using G'MIC commands from a GIMP script, but this question probably applies equally to the CLI interface
I'm using the film emulation filter:
-gimp_emulate_film_bw 1,1,0,1,0,0,0,0,0
And that leaves me aware that I'm essentially picking which emulation to use from a list, here it's going to be item 1, which
at present is "Agfa APX 100".
The problem is that G'MIC is constantly changing, so I have no guarantee that item 1 will remain "Agfa APX 100".
So my question is: Is there a way to query the preset labels so that I can at least confirm it's still what I think it is?
Ideally I like to be able to get the complete list so that I could offer those options to the user of my script.
Kevin