-
public abstract class GPUFilterTransformation extends TransformationBase for GPU filter transformations. Typically you do not need to worry about this class, but can use it to easily create your own filter transformations using the createFilter method.
-
-
Constructor Summary
Constructors Constructor Description GPUFilterTransformation(Context context)
-
Method Summary
Modifier and Type Method Description abstract StringgetCacheKey()abstract GPUImageFiltercreateFilter()Create the GPUImageFilter to apply to this Transformation Bitmaptransform(Bitmap input, Size size)-
-
Constructor Detail
-
GPUFilterTransformation
GPUFilterTransformation(Context context)
- Parameters:
context- context
-
-
Method Detail
-
getCacheKey
abstract String getCacheKey()
-
createFilter
abstract GPUImageFilter createFilter()
Create the GPUImageFilter to apply to this Transformation
-
-
-
-