Latest | 0.3.0 |
---|---|
Homepage | https://github.com/jameswomack/iOS-Image-Filters |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | UIKit, Accelerate, CoreImage |
Authors |
ImageFilter
High-level image/photo filtering on iOS 6+
- Use custom CoreFilter classes with
filterWithName:
- Use the same library interchangeably on Mac & iOS
- Overlay photgraphs Photoshop style for custom image effects
- Also sepia, black & white, hue & saturation, brightness, contrast, etc.
- Inspired initially by Eric Silverberg’s pre-iOS 5 image filtering class
- Includes several retina & non-retina images for my custom effects loosely based on some popular ones in tap tap tap’s Camera+ (Camera Plus as some type)
- Utilizes CoreImage, CIImage and was one of if not the first OS repo on Github to share easy to use but professional CoreImage filtering techniques
- Can be used by iOS devs levels beginner and up to create their own Instagram or Snapseed-like custom filters for the iPad, iPhone, iPod Touch
Installation
pod 'ImageFilters', :git => 'https://github.com/jameswomack/iOS-Image-Filters.git'
Latest podspec
{ "name": "ImageFilters", "version": "0.3.0", "summary": "High-level image/photo filtering on iOS & Mac", "homepage": "https://github.com/jameswomack/iOS-Image-Filters", "license": "MIT", "authors": { "James Womack": "[email protected]" }, "source": { "git": "https://github.com/jameswomack/iOS-Image-Filters.git", "tag": "0.3.0" }, "social_media_url": "https://twitter.com/james_womack", "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "ImageFilters/*.[hm]", "public_header_files": "ImageFilters/*.h", "resources": [ "ImageFilters/Images/*.png" ], "frameworks": [ "UIKit", "Accelerate", "CoreImage" ] }
Sat, 05 Mar 2016 11:00:03 +0000