Install ImageMagick
Multiple versions of ImageMagic installation files are available for various operating systems. Use the appropriate version for your operating system.
-
Download the appropriate ImageMagick installation files for your operating system.
-
To install ImageMagick on the disk hosting the Experience Manager server, launch the installation file.
-
Set the path Environment variable to the ImageMagic installation directory.
-
To check whether the installation was successful, execute the
identify -version
command.
Set up the command line process step
You can set up the command line process step for your particular use case. Perform these steps to generate a flipped image and thumbnails (140x100, 48x48, 319x319, and 1280x1280) each time you add a JPEG image file to /content/dam
on the Experience Manager server:
-
On the Experience Manager server, go to the Workflow console (
https://[aem_server]:[Port]/workflow
) and open the DAM Update Asset workflow model. -
From the DAM Update Asset workflow model, open the EPS thumbnails (powered by ImageMagick) step.
-
In the Arguments tab, add
image/jpeg
to the Mime Types list. -
In the Commands box, enter the following command:
convert ./${filename} -flip ./${basename}.flipped.jpg
-
Select the Delete Generated Rendition and Generate Web Rendition flags.
-
In the Web Enabled Image tab, specify the details for the rendition with dimensions 1280x1280 pixels. In addition, specify i mage/jpeg in the Mimetype box.
-
Tap/click OK to save the changes.
NOTE
Theconvert
command may not run with certain Windows versions (for example Windows SE), because it conflicts with the nativeconvert
utility that is part of Windows installation. In this case, mention the complete path for the ImageMagick utility. For example, specify,"C:\Program Files\ImageMagick-6.8.9-Q16\convert.exe" -define jpeg:size=319x319 ./${filename} -thumbnail 319x319 cq5dam.thumbnail.319.319.png
-
Open the Process Thumbnails step, and add the MIME type
image/jpeg
under Skip Mime Types. -
In the Web Enabled Image tab, add the MIME type
image/jpeg
under the Skip List. Tap/click OK to save the changes. -
Save the workflow.
-
To check whether ImageMagic is able to process images properly, upload a JPG image to Assets. Verify whether a flipped image and the renditions are generated for it.
The Perfect Blend: A New Era of Collaboration with AEM and Workfront
Adobe Customer Success Webinars
Wednesday, Apr 2, 5:00 PM UTC
Explore how Adobe Experience Manager and Workfront integrate to help teams move from ideation to delivery without the usual bottlenecks, ensuring content is organized, on-brand, and ready to go live faster.
RegisterAdobe Experience Manager Assets at Summit
Register for these admin sessions:
- Elevate and Empower Teams with Agentic AI for Exceptional Experiences (attend online)
- How Adobe Uses GenStudio to Supercharge Its Global Marketing Organization
- 3 Pillars of Purpose-driven Experiences: Trust, Data, and GenAI
- Revolutionizing Pharma Content Velocity & MLR with Automation & AI
- Unlocking Content at Scale with Havas POP and Adobe GenStudio
Connect with Experience League at Summit!
Get front-row access to top sessions, hands-on activities, and networking—wherever you are!
Learn more