Hi,
I am doing the ImageMagick integration with AEM 6.3.0 in order to convert jpg/png image formats into webp format.
I have updated the DAM Asset Workflow, as per below document
https://helpx.adobe.com/in/experience-manager/6-3/assets/using/best-practices-for-imagemagick.html
And i am using argument as below.
convert ${directory}/${filename} ${directory}/${basename}.webp
but getting error as com.day.cq.dam.core.process.CommandLineProcess execute: failed to execute command line
Can anyone help on this.....
@kautuk_sahni , @Arun_Patidar,
Solved! Go to Solution.
Views
Replies
Total Likes
That error message in-and-of itself isn't helpful.
First validate the command you're using executes on command-line (removing AEM from the picture altogether)
Then, assuming you get the desired output from ImageMagick, apply that to the Command Line step in your Workflow.
Also FYI -- AEM 6.3 is fast approaching end-of-core-support within the next month (April 2020).
That error message in-and-of itself isn't helpful.
First validate the command you're using executes on command-line (removing AEM from the picture altogether)
Then, assuming you get the desired output from ImageMagick, apply that to the Command Line step in your Workflow.
Also FYI -- AEM 6.3 is fast approaching end-of-core-support within the next month (April 2020).