jake9wi wrote:magick.exe original_fdc_o_ea.png ^
-colorspace CIELAB -intent Relative ^
-colorspace sRGB -intent Relative ^
-gamma 0.8 -type Truecolor test_708-38_fdc_o_ea.PNG"
I suggest you simplify the command. What is the simplest that shows the problem?
You are not using "-profile", so "-intent" should do nothing.
If the input is sRGB, then "-colorspace CIELAB -colorspace sRGB" should do nothing.
"-type Truecolor" should not make a significant difference.
"-gamma 0.8" will make a difference, but should be the same in each version. Try with "-gamma 1.0", which should not change the image.