AEMaaCS - processing profile programmatically (Webp) | Community
Skip to main content
New Participant
January 22, 2025

AEMaaCS - processing profile programmatically (Webp)

  • January 22, 2025
  • 3 replies
  • 937 views

Hi I'm trying to generate webp renditition programmatly.

We are looking at this implementation

https://github.com/wttech/AEM-Cloud-renditions-tool

 

But we faced com.day.cq.dam.core.impl.gfx.CommonsGfxRenderer gfx: could not write image as format 'image/webp'.

Do you have any suggestions?

 

3 replies

kautuk_sahni
Employee
June 26, 2025

@rosscucc Just checking in — were you able to resolve your issue?
We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could really benefit the community. Thanks again for being part of the conversation!

Kautuk Sahni
New Participant
June 19, 2025

You can get the web optimized image on the fly with AEM as a Cloud Service’s web-optimized image delivery feature.
Web Optimized Image Delivery 
Read More: Assets Delivery API https://experienceleague.adobe.com/en/docs/experience-manager-core-components/using/developing/web-optimized-image-delivery 

gkalyan
New Participant
January 23, 2025

@rosscucc 

It could be because in AEMaaCS there is no support for WEBP.

Adobe guide for supported file formats for reference on this - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/file-format-support#image-support-dynamic-media

rosscuccAuthor
New Participant
January 24, 2025

But is possible to generate webp rendition with processing profile.