Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
/ uiimage-additions Public archive

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

License

Notifications You must be signed in to change notification settings

google/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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published