Feature Request: Support for Per-Corner Radius Values in r Transformation

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

This has been added to our feature requests tracker internally. We will update as and when we make progress here.

1 Like

Hi @imagekit_admin, thanks for adding this to your tracker :raising_hands:.

For context, this would really help us render badged OTT thumbnails directly from ImageKit, keeping visuals consistent across devices and reducing FE workarounds.

Do you have any rough ETA or prioritization details you can share? That would help us plan our BE-driven badge rollout :love_letter:

Cheers,
Jean