rolling guidance renames images

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

This is a bug indeed, fixed with:

I’m currently building/uploading a filter update, should be available in 5 minutes (so $ gmic update will fix this, if you run G’MIC 3.2.0+).
Thanks for reporting!

Faster than a bullet!
Thanks!