Search code examples
androidandroid-gpuimageview

Apply multiple filters to an image


I am trying to apply 3 filters to an image.

One rgbFilter which is has its values constant, a brightness filter and a saturation filter.


Solution

  • You can use class:

    GPUImageFilterGroup

    on the GPUImage Library.

    It solves your problem.