popover5221
CDCloudflare Developers
•Created by popover5221 on 4/17/2024 in #workers-help
Workers: watermark images hosted on Cloudflare Images
We're trying to apply a watermark with a simple worker script. Code is taken from documentation. It seems that worker's fetch method completely ignores cf.image options. It just returns original image without any modification.
It seems a lot of people have this problem. Is it even possible to apply a watermark to an image hosted on Cloudflare Images?
Without this feature we would have to store twice the amount of images, and it's a no-go for us.
Worker code for reference:
1 replies