I am working on an iOS camera app that requires the application of some filters on the image after its capture to enhance its color scheme. I want to apply a Brilliance filter just like we adjust the brilliance of an image in Photos app in iPhone. Is there a way I can implement the brilliance with a slider in my iOS app? I already have explored the 'CIFilter' Library and there might be no filter available for the Brilliance.
Adjust Brilliance of UIImage
Have this same question! The Brilliance slider is great. The built in shadows and highlights filter CIHighlightShadowAdjust is nowhere near as good.