Hello everyone,
I was testing the rolling_guidance command and it seems it renames images,adding a _c1 (or more) suffix to already named images. Is this a desired behavior? I know i can rename them easily with nm. [name] but it can be puzzling at first.
This code will output a image named “tiger_c1” instead of “tiger” :
gmic sp tiger nm. tiger rolling_guidance 4,4,0
Maybe it should be written in the command description?
Thanks