CircleCrop

open class CircleCrop : BitmapTransformation

A Glide BitmapTransformation to circle crop an image. Behaves similar to a transform, but the resulting image is masked to a circle.

Uses a PorterDuff blend mode, see http://ssp.impulsetrain.com/porterduff.html.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
fun transform(    context: Context,     resource: Resource<Bitmap>,     outWidth: Int,     outHeight: Int): Resource<Bitmap>
abstract fun transform(    context: Context,     resource: Resource<T>,     outWidth: Int,     outHeight: Int): Resource<T>
Transforms the given resource and returns the transformed resource.
Link copied to clipboard
open fun updateDiskCacheKey(messageDigest: MessageDigest)
Adds all uniquely identifying information to the given digest.

Properties

Link copied to clipboard
val CHARSET: Charset
Link copied to clipboard
val STRING_CHARSET_NAME: String