ascorbic / unpic

Universal image CDN translator
https://unpic.pics/lib
283 stars 31 forks source link

feat: add support for Cloudflare Images #79

Closed guillaumelachaud closed 1 year ago

guillaumelachaud commented 1 year ago

This PR adds support for Cloudflare Images (not to be confused with Cloudflare Image Resizing

CF Images offers Flexible Variants (doc) as a way to dynamically resize and transform images. The base URL is:

https://imagedelivery.net/<ACCOUNT_HASH>/<IMAGE_ID>/w=400,sharpen=3

CF Images supports serving images over a custom domain, with URL:

https://example.com/cdn-cgi/imagedelivery/<ACCOUNT_HASH>/<IMAGE_ID>/<VARIANT_NAME>

This PR implements URL parsing for the custom domain pattern as I would expect this to be the most commonly used.

CleanShot 2023-07-31 at 23 03 16@2x

Resolves #12

ascorbic commented 1 year ago

Awesome! Thank you @guillaumelachaud . This is one there's been quite a few requests for.