1. iOS Image Processing Library Allowing You To Define Custom Image Filters Using A JSON File

An open source library allowing you to create image filters using Core Image using an easy to set up JSON file.

According to the readme support image processing types include:

- blur: A gaussian blur
- color: Apply a color blend
- adjustment: Apply image adjustments like brightness, contrast, etc
- curve: [Not Implemented Yet]
- gradient: Supports a gradientType of either linear or radial
- image: Overlay an image using a specific blending mode.
- script: [Not Implemented Yet]
- CoreImage: A free-form CoreImage action that you can use with any supported CIFilter.

You can find Wolfpack on Github here.

A nice library for creating image filters.

2. Open Source iOS Control Providing Keylines That Adjust Based On Device Tilt Like The Music App

An open source control that allows you to create gradient lines that adjust based on device tilt like the lines in the Music app.

You can easily adjust the background and highlight colors.

You can find TLTiltHighlightView on Github here.

A nice subtle effect for augmenting interfaces.

I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to

iPad,iPhone,iPhone Resources,iPhone Articles,iPhone Development,iPhone Turorial,Mobile Development Tutorials,Mobile Developments,Objective C,JSON,iOS Image Processing,
Image Processing Library,iOS Music Application