How to run ImageMagick from Processing using command line

edited June 2015 in How To...

Is this possible? I'd like to call something like 'compare -metric MAE photo1.jpg photo2.jpg difference.jpg' from within Processing. Will open() work? If so, how?

A second part to my question involves how Processing might then know when ImageMagick has finished it's process and created a new file. Would the toxiclibs events class work for this? Or is there some other method?

Many thanks in advance for any help offered.

Answers

Sign In or Register to comment.