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

Can i use GPUImage to compress image? #2357

Closed karthuszY closed 7 years ago

karthuszY commented 8 years ago

I want to compress image under a limit size, use the API UIImageJPEGRepresentation can do this,but too slow. Does GPUImage have a effective way to compress image?