Customize the thumbail renditions created in Update Asset Workflow | Community
Skip to main content
Selva123
Level 2
November 18, 2015
Solved

Customize the thumbail renditions created in Update Asset Workflow

  • November 18, 2015
  • 1 reply
  • 1562 views

Hi,

I need to override the DAM Update Asset workflow and customize the thumbnail renditions created.

Currently the OOTB feature is for any type of image format the renditions created are of .png format.

How to create the thumbnail renditions in other format like jpeg. 

Example : if I upload .png , .jpg , .gif etc i need to create the thumbnail renditions like below 

cqthumbnail.480.480.jpeg

cqthumbnail.1024.1024.jpeg

cqthumbnail.480.480.png

cqthumbnail.1024.1024.png

 

Thanks,

Selva

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

You can customize a Dam asset thumbnail by creating a custom DAM media handler. You get access to the input stream of the uploaded asset and you can perform tasks that meet your business requirements.

https://helpx.adobe.com/experience-manager/using/damhandler.html

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
November 18, 2015

You can customize a Dam asset thumbnail by creating a custom DAM media handler. You get access to the input stream of the uploaded asset and you can perform tasks that meet your business requirements.

https://helpx.adobe.com/experience-manager/using/damhandler.html

November 30, 2023

I found this question that matches my own, but the answer is 8 years old and the link is dead. What is the 2023 answer to this, using AEM 6.5? I'd like to delete some of the OOTB renditions and create one for 1920 px on the long side, and a square crop to 640x640.