NSImage+Trim
A library for trimming images.
Usage
#import "NSImage+Trim.h"
NSImage *originalImage = [NSImage imageNamed:@"image.png"];
NSImage *tintedImage = [image tintedImageWithColor:[UIColor grayColor]];
Requirements
Installation
NSImage+Trim is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "NSImage+Trim"
Author
Pim Snel & https://github.com/atoxx
License
NSImage+Trim is available under the MIT license. See the LICENSE file for more info.