Hi there,
when I send this command to dopusrt: /cmd Image convert=jpg QUALITY=95 ADDSUFFIX=test_suffix
the 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
Any help will be appreciated.