CircleCropTransformation
A Transformation that crops an image using a centered circle as the mask.
If you're using Compose, use Modifier.clip(CircleShape)
instead of this transformation as it's more efficient.
A Transformation that crops an image using a centered circle as the mask.
If you're using Compose, use Modifier.clip(CircleShape)
instead of this transformation as it's more efficient.