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.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val cacheKey: String

Functions

Link copied to clipboard
open suspend fun transform(input: Bitmap, size: <Error class: unknown class>): Bitmap