Generate image rendtions as JPGs
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!
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!
"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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.