Hi ImageKit Team,
I’d like to request support for applying different border-radius values to each corner using the r
transformation. Currently, the r
parameter only allows a single value for all corners (e.g., r-20
).
It would be great to have the option to specify a different radius for each corner, similar to how CSS border-radius
works. For example:
-
r-20_5_5_20
→ top-left: 20, top-right: 5, bottom-right: 5, bottom-left: 20 -
r-20_5
→ top-left/bottom-right: 20, top-right/bottom-left: 5
This would enable more flexible image styling directly through ImageKit URLs, especially for UIs that require asymmetric designs.
Thank you for considering this enhancement!
Best regards,
Jean