transform
Applies the given Transformation for Bitmaps to the default types (Bitmap, android.graphics.drawable.BitmapDrawable, and ) and throws an exception if asked to transform an unknown type.
This will override previous calls to dontTransform.
See also
Parameters
Any Transformation for Bitmaps.
Applies the given Transformations in the given order for Bitmaps to the default types (Bitmap, android.graphics.drawable.BitmapDrawable, and ) and throws an exception if asked to transform an unknown type.
This will override previous calls to dontTransform.
See also
Parameters
One or more Transformations for Bitmaps.
Applies the given Transformation for any decoded resource of the given type and throws if asked to transform an unknown resource type.
This will override previous calls to dontTransform.
See also
Parameters
The type of resource to transform.
The Transformation to apply.