need some help. I want to create a flow where Imagemagick converts the Pictures. The commandline command is this:
convert test.jpg +profile icm -profile sRGB.icc -intent Relative -black-point-compensation -profile ISOcoated_v2_300_eci.icc -density 300x300 test_cmyk.tif
In this case switch should pick up the files and put them into the output folder. I now i can use the execute command tool. But i don't know what to write in.
