Package-level declarations

Types

Link copied to clipboard

A Transformation that crops an image using a centered circle as the mask.

Link copied to clipboard
class RoundedCornersTransformation(@Px topLeft: Float = 0.0f, @Px topRight: Float = 0.0f, @Px bottomLeft: Float = 0.0f, @Px bottomRight: Float = 0.0f) : Transformation

A Transformation that crops the image to fit the target's dimensions and rounds the corners of the image.

Link copied to clipboard
abstract class Transformation

An interface for making transformations to an image's pixel data.