Hello dinasset,
Sorry for not responding to your previous question, I didn't see it.
Concerning the previews : no, it is not possible for a G'MIC filter to make the user choose the parameter for a filter, then go back to another filter, and so on..
I really doubt this would be a desirable feature tough.
If one filter requires more than 10 parameters, it is already quite hard to use. So I don't imagine people want to use filters with more and more parameters.
For the framing effect, it looks that the command '-frame_fuzzy' may help in your case :
$ gmic -h frame_fuzzy
gmic: GREYC's Magic for Image Computing.
Version 1.6.0.2 (beta), Copyright (c) 2008-2014, David Tschumperle.
(http://gmic.sourceforge.net)
-frame_fuzzy:
size_x>=0,_size_y>=0,_fuzzyness>=0,_smoothness>=0,_R,_G,_B,_A
Draw RGBA-colored fuzzy frame in selected images.
Default values: 'size_y=size_x', 'fuzzyness=5', 'smoothness=1' and 'R=G=B=A=255'.
Example: image.jpg -frame_fuzzy 20