Transformation
interface Transformation
Content copied to clipboard
An interface for making transformations to an image's pixel data.
NOTE: If DrawableResult.drawable or DecodeResult.drawable is not a BitmapDrawable, it will be converted to one. This will cause animated drawables to only draw the first frame of their animation.
See also
Functions
Inheritors
BlurTransformation
Link copied to clipboard
CircleCropTransformation
Link copied to clipboard
GrayscaleTransformation
Link copied to clipboard
RoundedCornersTransformation
Link copied to clipboard