Deanna
Deanna
CDCloudflare Developers
Created by Nauman on 4/8/2025 in #workers-help
Cant get worker to overlay image hosted on cloudflare
the Images team is scoping out ways to natively support watermarking for hosted images. in the meantime, you'd need to use the Images binding to apply the watermark then forward the output: https://developers.cloudflare.com/images/transform-images/bindings/
2 replies
CDCloudflare Developers
Created by popover5221 on 4/17/2024 in #workers-help
Workers: watermark images hosted on Cloudflare Images
curious about both of your use cases. are you looking to watermark on upload or on delivery? if the latter, if we provided a way to define a watermark in a predefined variant, would that meet your use case?
5 replies
CDCloudflare Developers
Created by popover5221 on 4/17/2024 in #workers-help
Workers: watermark images hosted on Cloudflare Images
hey there — currently, the draw options are supported only for transformations (remote images), but we recently released an Images binding which you can use as a workaround: https://developers.cloudflare.com/images/transform-images/bindings/ https://developers.cloudflare.com/images/transform-images/draw-overlays/#draw-using-the-images-binding
5 replies
CDCloudflare Developers
Created by Nitish on 3/26/2024 in #r2
can i do something i will 2 copies of
You can use Images to transform images that are stored in R2: https://developers.cloudflare.com/images/transform-images/transform-via-url/
5 replies
CDCloudflare Developers
Created by Paul on 2/11/2024 in #general-help
Cloudflare Images + File Upload Libraries
We're working on a widget that works with our direct creator upload feature. v1 (which supports uploads from disk) will be available in the next couple months
4 replies
CDCloudflare Developers
Created by Hello, I’m Allie! on 2/7/2024 in #general-discussions
Feedback for @Deanna
ty!
1 replies
CDCloudflare Developers
Created by Huangxin 惶心 on 2/4/2024 in #general-help
CloudFlare Images Pricing - small use case
20 unique variants
Can you screenshot where you're seeing this? Nevermind, I see! Yes, variants refer to images that are stored in Images
10 replies
CDCloudflare Developers
Created by Huangxin 惶心 on 2/4/2024 in #general-help
CloudFlare Images Pricing - small use case
Yes, 5K unique transformations for free
10 replies
CDCloudflare Developers
Created by Huangxin 惶心 on 2/4/2024 in #general-help
CloudFlare Images Pricing - small use case
If your total bill is under $0.50, then you won't be charged. To clarify, the "$1.00 per 100K images delivered" cost doesn't apply if you're not storing your images in the Images product. There are two different pricing models depending on how you're using Images: If you store your images in Images: $5.00 per 100K images stored $1.00 per 100K images delivered If you store your images outside of Images: $0.50 per 1K unique transformations
if someone malicious send millions of requests to my images, I assume I will be responsible for the billing of those as well?
Yes. Each unique request counts toward billable usage. You have the option to either allow transformations from any origin or limit transformations to only images on your zone. We're scoping out a feature that lets you specify origins for transformations, but this isn't available yet
10 replies
CDCloudflare Developers
Created by Adi on 2/4/2024 in #general-discussions
Hey all, not sure where else to report
(This might be a little confusing — we're going to update the pricing page in our dev docs to clarify)
5 replies
CDCloudflare Developers
Created by Adi on 2/4/2024 in #general-discussions
Hey all, not sure where else to report
Where are you storing your images? The "images delivered" stat applies only to images that are stored in the Images product
5 replies
CDCloudflare Developers
Created by Adi on 2/4/2024 in #general-discussions
Hey all, not sure where else to report
Thanks for calling this out! Will let my team know about the tooltip
5 replies
CDCloudflare Developers
Created by Huangxin 惶心 on 2/4/2024 in #general-help
CloudFlare Images Pricing - small use case
Yes, all plans will get 5K unique transformations for free We're working on updating the documentation and UI to clarify pricing. Unique transformations don't incur the storage/delivery fees that are listed in that screenshot If you store your images in the Images product, then you'll be charged by "images stored" and "images delivered." If you store your images outside of the Images product (whether in R2 or another vendor), then you'll be charged by only "images transformed"
10 replies
CDCloudflare Developers
Created by Cory on 2/1/2024 in #workers-help
Not image transforms not support transforming a AVIF image as the source?
Images doesn't support AVIF as the input format https://developers.cloudflare.com/images/transform-images/
3 replies
CDCloudflare Developers
Created by Paul Wong-Gibbs on 1/26/2024 in #general-help
CF Images - transformations vs variants
If you're storing your images in R2, then you'll want to refer to the documentation pages under "Transform images" rather than "Manage uploaded images"
4 replies
CDCloudflare Developers
Created by Paul Wong-Gibbs on 1/26/2024 in #general-help
CF Images - transformations vs variants
Variants refer to images that are stored in the Images product, while transformations are requests to transform images that are stored outside of the Images product (like in R2)
4 replies