Addsuffix parameter of Image command doesn't add a suffix

Hi there,

when I send this command to dopusrt: /cmd Image convert=jpg QUALITY=95 ADDSUFFIX=test_suffixthe output filename of converted image stays the same.

However when there is resizing going on, then it works: /cmd Image convert=jpg PERCENT=50 QUALITY=95 ADDSUFFIX=test_suffix
So I can't add a suffix when converting the images :confused:
Any help will be appreciated.

We'll change that so it always adds the suffix. (It's meant to not add it when "ADDSUFFIX" on its own is used to add an auto-generated suffix and it's not resizing, but that should probably be overridden when the suffix is given explicitly.)

This has been done for the next Opus 11 beta.