CPUImageRGBFilter 实现】的更多相关文章

参考自: https://github.com/BradLarson/GPUImage GPUImageRGBFilter: Adjusts the individual RGB channels of an image red: Normalized values by which each color channel is multiplied. The range is from 0.0 up, with 1.0 as the default. green: blue: 对应的Shader…
前年学习opengl做的一个小东西. 原本计划将gpuimage 的算法一个一个转写成cpu版本 c,c++ 版本. gpuimage 项目参考: https://github.com/BradLarson/GPUImage https://github.com/BradLarson/GPUImage2 https://github.com/CyberAgent/android-gpuimage 后来工作琐事太多,这个事情就搁置了. 今天翻出来,从c++改为c代码, 没有经过验证各个算法的正确性…