Apparently I’m doing something wrong here, but I don’t see what. Can someone point me in the right direction? Thanks in advance for that!
I launch Gimp from a terminal, open a photo, start G’MIC and say that Output messages must be Verbose and sent to console.
Then i select Iain’s noise reduction filter. Console output is:
[gmic_gimp]./preview/ -v -99 -iain_iains_nr_preview 0.613497,9.07975,2,609.756,390.244,0,1,0,0,0,1.35,0,0
Then I click on OK, output is:
[gmic_gimp]./apply/ -v -99 -iain_iains_nr 0.613497,9.07975,2,609.756,390.244,0,1,0,0,0,1.35,0,0
Now I want to apply this filter with these settings from the command line
and write the result to the new file NR.jpg but I get the following:
paul@graveyron:~$ gmic DSC_9524.JPG -iain_iains_nr 0.613497,9.07975,2,609.756,390.244,0,1,0,0,0,1.35,0,0 -o NR.jpg
[gmic]-0./ Start G’MIC interpreter.
[gmic]-0./ Input file ‘DSC_9524.JPG’ at position 0 (1 image 4928x3264x1x3).
[gmic]-1./ Input file ‘-iain_iains_nr’ at position 1
[gmic]-1./ * Error * Unknown command or filename ‘-iain_iains_nr’.
My question is: why is -iain_iains_nr unknown? I can use other gmic filters this way without these error messages.