I trying to create a tilt-shift filter of the image like instagram or iDarkroom in iOS.
My proposed method is use different Gaussian Blur levels for the partial image. But I don't known how to control the area to apply different Gaussian Blur Levels, especially when User can change the effect area by rotate, scale, etc.
Sorry about my complex presentation but simply, I want to create a tilf-shift tool for iOS like in Instagram.
I search and found this powerful framework https://github.com/BradLarson/GPUImage, but it's not good solution if include this huge framework to my tiny apps