Package coil. transform
Types
Blur Transformation
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.
Circle Crop Transformation
Link copied to clipboard
A Transformation that crops an image using a centered circle as the mask.
Grayscale Transformation
Link copied to clipboard
A Transformation that converts an image to shades of gray.
Rounded Corners Transformation
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
An interface for making transformations to an image's pixel data.