I like to execute a command line programm as a DAM workflow. I tried to
implement the ImageMagic example from here: Best Practices for
Configuring ImageMagick :I addded a new Workflow Model,added "command
line" from the "DAM Workflow" list.In the Argument tab set Mime type to
"image/jpeg" (even tried wihtout Mime type)and in Commands: `"C:\Program
Files\ImageMagick-7.0.7-Q16\magick.exe" convert ${file} -flip
${file}-flipped.jpg` (instead of `magick convet ...` because in another
discussion using...