PreRequisite
AEM requires GhostScript and ImageMagick installed on the server to generate thumbnails and renditions for EPS and AI files. Follow the below url for the installation process.
How-to install FFMPEG, GhostScript, and Imagemagick on AEM Server
Step-by-step guide
Below are the steps to generate Thumbnails and Renditions for EPS and AI files.
- Install
- AEM Menu > Workflows > Models > DAM Update Asset > Edit
- Edit the workflow step “EPS Thumbnails (powered by ImageMagick)”
- If you cannot find this, you can add from the sidekick. “DAM Workflow > Command line” and add details as shown in attachment.
- Under “Commands” > Add item
- For PNG: convert -density 100 ${filename} cq5dam.rendition.png
- For JPEG: convert -colorspace RGB -flatten -density 300 ${filename} cq5dam.rendition.jpg
- SAVE workflow
- Upload any EPS or AI and see under “renditions
how to generate a webp file ?
ReplyDelete