-
public final class PixelationFilterTransformation extends GPUFilterTransformation
Applies a Pixelation effect to the image.
-
-
Constructor Summary
Constructors Constructor Description PixelationFilterTransformation(Context context, Float pixel)
-
Method Summary
Modifier and Type Method Description StringgetCacheKey()GPUImageFiltercreateFilter()Create the GPUImageFilter to apply to this Transformation -
Methods inherited from class com.commit451.coiltransformations.gpu.PixelationFilterTransformation
transform -
Methods inherited from class com.commit451.coiltransformations.gpu.GPUFilterTransformation
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCacheKey
String getCacheKey()
-
createFilter
GPUImageFilter createFilter()
Create the GPUImageFilter to apply to this Transformation
-
-
-
-