Package 

Class GPUFilterTransformation


  • 
    public abstract class GPUFilterTransformation
    extends Transformation
                        

    Base 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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String cacheKey
    • Method Summary

      Modifier and Type Method Description
      abstract String getCacheKey()
      abstract GPUImageFilter createFilter() Create the GPUImageFilter to apply to this Transformation
      Bitmap transform(Bitmap input, Size size)
      • 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
    • Constructor Detail

      • GPUFilterTransformation

        GPUFilterTransformation(Context context)
        Parameters:
        context - context