public class ToonFilterTransformation extends GPUFilterTransformation
| Constructor and Description |
|---|
ToonFilterTransformation(android.content.Context context) |
ToonFilterTransformation(android.content.Context context,
com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool pool) |
ToonFilterTransformation(android.content.Context context,
com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool pool,
float threshold,
float quantizationLevels) |
ToonFilterTransformation(android.content.Context context,
float threshold,
float quantizationLevels) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId() |
getFilter, transformpublic ToonFilterTransformation(android.content.Context context)
public ToonFilterTransformation(android.content.Context context,
com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool pool)
public ToonFilterTransformation(android.content.Context context,
float threshold,
float quantizationLevels)
public ToonFilterTransformation(android.content.Context context,
com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool pool,
float threshold,
float quantizationLevels)
public java.lang.String getId()
getId in interface com.bumptech.glide.load.Transformation<android.graphics.Bitmap>getId in class GPUFilterTransformation