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.23k stars 4.61k forks source link

How to use GPUImageLookupFilter with GPUImageStillCamera? #2461

Open jon0707 opened 7 years ago

jon0707 commented 7 years ago

I am Japanese iOS App Developer. I have a question about GPUImageLookupFilter. I am using Brad Larson's GPUImage framework for my project. I want to add LookupFilter effects to stillimage in real time. How to use GPUImageLookupFilter with GPUImageStillCamera?

GPUImageStillCamera stillCamera; GPUImageLookupFilter lookup;

So I would be very grateful if some could write a fully working example.