Open Source iOS Library Allowing You To Easily Create Real-Time Asynchronous Blurring Effects

Since iOS 7 brought blurring effects into the forefront we’ve mentioned a number of libraries for creating blurring effects most recently ANBlurredImageView allowing you to apply an animated tintable blur to images.

Here’s an open source library that allows you to easily blur images in real-time with a number of nice features called BlurImageProcessor from Daniel L. Alves.

BlurImageProcessor allows you to set up a customizable level of blur allowing you to change the blur radius and number of iterations. The blurring can be done synchronously or asynchronously with callbacks at each step.

Here’s an animation from the readme showing the included demo in action:

BlurImageProcessor

You can find BlurImageprocessor on Github here.

A nice library for easy customizable real-time blurring.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Open Source iOS Library Allowing You To Easily Create Real-Time Asynchronous Blurring Effects

©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *