We have a need to render webp images on AEM 6.5 Assets. How is it possible ?
Firstly thumbnail renditions are not getting for such assets. Secondly a webp plugin could compress and generate .webp.jpg images (which are still JPEGs) and could not generate .webp images.
Problem with .webp.jpg is that firstly its quality compromised w.r.t webp images. Secondly for a browser like IE11 which doesn't have a fallback for webp (in the form of jpg rendering), images won't get rendered that way.
We are looking for *.webp images with thumbnails generated.
Any soluion here will help.