Skip to content

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

License

Notifications You must be signed in to change notification settings

FullStackBlog/uiimage-additions

 
 

Repository files navigation

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.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 92.6%
  • Python 5.1%
  • Ruby 2.3%