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

Push Image to GPUImage Filters #2438

Closed djcomy closed 7 years ago

djcomy commented 7 years ago

Is there ANY possibility to push an image from one ViewController taken by camera or chosen from gallery to the next ViewController in which GPUImage will be implemented? And then after filter is picked simply get back that "filtered" photo to previous screen?

BradLarson commented 7 years ago

Sure, you can process a UIImage and receive a UIImage as output. From there, it's just a matter of passing images back and forth between your view controllers.