Expand my Community achievements bar.

SOLVED

Specific Rendition generation for a specific folder

Avatar

Level 1

Hi,

 

I want to generate some specific renditions for a specific folder so I have following questions.

1 How to generate only jpg renditions for a specific asset.

2 How to generate above renditions for only some assets inside a folder. Don't want to do it for all assets.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Rohit2 

Please see here:
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-assets/image-rendition/qaq...

You can create a folder with specific image type and create a workflow launcher to update only for that specific folder.

 

Thanks!

View solution in original post

9 Replies

Avatar

Correct answer by
Community Advisor

Hi @Rohit2 

Please see here:
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-assets/image-rendition/qaq...

You can create a folder with specific image type and create a workflow launcher to update only for that specific folder.

 

Thanks!

Avatar

Level 1
Is there any way to generate jpg only renditions?

Avatar

Community Advisor

Hey @Rohit2 you need to :

  • Either modify the DAM Update Asset workflow or Create a custom workflow model that would look similar to the former one but has your customizations(recommended)
  • create a launcher and trigger it based on your conditions.

Now coming to the implementation:

Creation of customized workflow model to generate

1. only jpg rendition : modify this according to your need in your workflow model(take help from OOTB workflow and customize accordingly):

bilala23933647_0-1616577413257.pngbilala23933647_1-1616577446638.png

 

 

2. generate above renditions for only some assets inside a folder: you need to modify these in your launcher:

bilala23933647_2-1616563588231.pngbilala23933647_1-1616563523700.png

 

Hope that helps!

Thanks,

Bilal.

 

 

Avatar

Level 1
Is there any way yo generate jpg only renditions?

Avatar

Employee Advisor

If you have have Dynamic Media available, you can easily create processing profiles, and for that you don't need to write any code. 

 

If you have AEM as a Cloud Service, check this documentation: https://experienceleague.adobe.com/docs/experience-manager-learn/assets/configuring/processing-profi...