Package coil. transform
Types
BlurTransformation
Link copied to clipboard
class BlurTransformation @JvmOverloads() constructor(context: Context, radius: Float, sampling: Float) : Transformation
Content copied to clipboard
A Transformation that applies a Gaussian blur to an image.
CircleCropTransformation
Link copied to clipboard
GrayscaleTransformation
Link copied to clipboard
RoundedCornersTransformation
Link copied to clipboard
class RoundedCornersTransformation(@Px() topLeft: Float, @Px() topRight: Float, @Px() bottomLeft: Float, @Px() bottomRight: Float) : Transformation
Content copied to clipboard
A Transformation that crops the image to fit the target's dimensions and rounds the corners of the image.
Transformation
Link copied to clipboard
interface Transformation
Content copied to clipboard