2

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.

nunofmendes
  • 3,731
  • 2
  • 32
  • 42

1 Answers1

6

You can use class:

GPUImageFilterGroup

on the GPUImage Library.

It solves your problem.

nunofmendes
  • 3,731
  • 2
  • 32
  • 42