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

GPUImage 如何实现加上滤镜的HDR效果 #2302

Closed SeptJY closed 8 years ago

SeptJY commented 8 years ago

by reference to Apple's demo, achieved using the GPUImage HDR effect, due to the project using a saturation of the filter, in the regulation of the saturation parameter and save the HDR images without filter effects, I should how to obtain the video frame after the combination of filters, and then do processing

BradLarson commented 8 years ago

I don't understand what you're asking. You obtain frames as you do after any other kind of filtering in the framework. There's nothing special about saturation adjustment.