Generate image rendtions as JPGs | Adobe Higher Education
Skip to main content
jefft69038033
June 30, 2021
Respondido

Generate image rendtions as JPGs

  • June 30, 2021
  • 1 resposta
  • 1094 Visualizações

By default, the "process thumbnails" step for OOTB "DAM Asset Update" workflow generates PNG files.  Is there a way to generate jpgs (without writing custom code) since jpgs are smaller in file size?  

 

TIA!

Este tópico foi fechado para respostas.
Melhor resposta por Dipti_Chauhan

Hi @jefft69038033 

    "Process Thumbnail " process step use RenditionMaker API's thumbnailTemplate<https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/javadoc/com/day/cq/dam/api/renditions/RenditionMaker.html>

to create renditions And this only create thumbnail in png.

If this is your must have requirement than I would suggest to create custom process step and make use of  RenditionMaker API to create thumbnails based on your requirement.

 

Thanks

Dipti

1 Resposta

Dipti_Chauhan
Community Advisor
Community Advisor
July 2, 2021

Hi @jefft69038033 

    "Process Thumbnail " process step use RenditionMaker API's thumbnailTemplate<https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/javadoc/com/day/cq/dam/api/renditions/RenditionMaker.html>

to create renditions And this only create thumbnail in png.

If this is your must have requirement than I would suggest to create custom process step and make use of  RenditionMaker API to create thumbnails based on your requirement.

 

Thanks

Dipti