I am trying to make a camera / photo application that will add a filter to the image. I heard about Brad Larson's GPUImage and therefore downloaded it and tried to manipulate it to get a better look at the code.
Now I created a new project in Xcode and added it to my frameworks, but I don’t know how to use it in a new project.
How can I use GPUImage correctly in my new project?
source
share