rounded

fun RequestCreator.rounded(radius: Float, margin: Float): RequestCreator
inline fun RequestCreator.rounded(radius: Int, margin: Int): RequestCreator

Transform image to rounded edge with defined radius and margin.