google / uiimage-additions

A collection of miscellaneous utility methods for UIImage for memory-efficient image transformations.

Repository from Github https://github.comgoogle/uiimage-additionsRepository from Github https://github.comgoogle/uiimage-additions

Apache License Travis

UIImage Additions

A collection of miscellaneous utility methods for UIImage for memory-efficient image transformations.

Setup

CocoaPods

Add the following to your Podfile:

pod 'UIImage+FBLAdditions', '~> 1.0'

Or, if you would also like to include the tests:

pod 'UIImage+FBLAdditions', '~> 1.0', :testspecs => ['Tests']

Then, run pod install.

Carthage

Add the following to your Cartfile:

github "google/uiimage-additions"

Then, run carthage update and follow the rest of instructions.

Import

Import the umbrella header as:

#import <UIImage_FBLAdditions/UIImage+FBLAdditions.h>

Or:

#import "UIImage+FBLAdditions.h"

Or, the module:

@import UIImage_FBLAdditions;

About

A collection of miscellaneous utility methods for UIImage for memory-efficient image transformations.

License:Apache License 2.0


Languages

Language:Objective-C 92.6%Language:Python 5.1%Language:Ruby 2.3%