Is it possible to resize an image using a worker and return the resized image in the same format? Currently all the images get returned as WebP and break in Edge and IE.
Based on the format
parameter explained at Resize with Cloudflare Workers · Cloudflare Image Optimization docs I’d understand only WebP is currently supported.
Recent versions of Edge should support WebP however.