BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.25k stars 4.61k forks source link

Gpuimagefilter like CISpotColor #2262

Open travisweerts opened 8 years ago

travisweerts commented 8 years ago

I'm trying to recreate a custom gpuimagefilter that's like the core image filter "CISpotColor", but I haven't had much luck in replicating the same functionality as CISpotColor. Is there a filter like spot color? Or does anyone have any advice or sample code that reproduces the same result?