Please go through the section :-Command Line Based Media HandlerAEM
enables you to run any command-line tool within a workflow to convert
assets (like for example ImageMagick) and to add the new rendition to
the asset. url:
https://docs.adobe.com/docs/en/aem/6-2/develop/extending/assets/media-handlers.htmlI
have installed ImageMagick in my system and able to run command from
command prompt.QUESTION:How can we implement this ImageMagick to command
line process step to the DAM Update Asset workflo...