GPUImage animated gaussian blur filter
问题 I was using the GPUImage gaussian blur filter to blur a still image. I want to tie the blur size to an UI element and as the element is changed by the user I blur the picture. The way I am doing it right now is to change the blurSize when there has been a significant (> 0.25) change, reapply the filter and animate the new image into the imageView. Is there a more efficient way for me to be doing this? On the iPhone 5, while performance is not laggy, it is not super smooth either (but perhaps