Hello,
I am using image_aplatir to create webp images, which are great for efficiency.
I test if the browser supports webp, and if so, I compress to webp, otherwise fallback to JPG.
However, for some images, transparency is needed, so it would be handy if there is an image_ function that supports conversion to webp, but will keep transparency. Is this possible?