https://bugs.kde.org/show_bug.cgi?id=439504
--- Comment #15 from Russell Ault <[email protected]> --- For anyone else running into this, as a workaround, installing ImageMagick and adding a User Shell Script tool with the following script should do the same job (change the `-intent` and `-black-point-compensation` options to taste): ``` set MAGICK_CODER_FILTER_PATH= set MAGICK_CODER_MODULE_PATH= magick.exe $INPUT -intent Relative -black-point-compensation -profile "C:\path-to.icm" $OUTPUT ``` (The first two lines are only needed as a workaround for #520803.) -- You are receiving this mail because: You are watching all bug changes.
