Hi All,
We have some PSD images managed in AEM DAM. These images have the clipping path added to them.
It's observed that renditions generated for these images don't retain the clipping paths after they are processed by DAM Update asset workflow.
Any suggests or idea how we can retain the clipping paths in imagerenditions?
Thanks,
Sayabanna
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@user00295 In that case,
You can create a custom workflow model in AEM that includes custom workflow steps to handle PSD files and retain their clipping paths during renditions. Custom workflow steps can be implemented using AEM's Workflow API.
Consider using external tools like Adobe Photoshop or ImageMagick to process the PSD files before they are uploaded to AEM. Ensure that the clipping paths are preserved in the exported images before uploading them to AEM.
@user00295 You might want to utilize Dynamic Media integration with AEM DAM, to leverage clipping paths functionality, as described in this demo: https://experienceleague.adobe.com/docs/experience-manager-learn/assets/dynamic-media/dynamic-media-...
Hi Diksha,
Thanks for the response, I have referred to the link and it allows us to provide the clipping path details in image presets.
I am looking for identifying the clipping path in the uploaded assets and retain the same clipping path in the renditions generated. If we hardcode the clipping path details then it won't be working as per the requirement
Thanks,
Sayabanna
@user00295 In that case,
You can create a custom workflow model in AEM that includes custom workflow steps to handle PSD files and retain their clipping paths during renditions. Custom workflow steps can be implemented using AEM's Workflow API.
Consider using external tools like Adobe Photoshop or ImageMagick to process the PSD files before they are uploaded to AEM. Ensure that the clipping paths are preserved in the exported images before uploading them to AEM.
Views
Likes
Replies