This is a way to represent a vector of numbers in the G’MIC math parser (so between {}). A math expression returning a vector is substituted by a string where all those numbers are separated by commas.
It is basically the same as writing {ia},{im},{iM}, but this latter form invokes 3x time the math evaluator so is probably a bit slower to run (and longer to write
).
1 Like