Skip to content

mxcl/UIInvertedImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inverts the colors in an image.

pod 'UIImage+InvertedImage'
#import "UIImage+InvertedImage.h"

UIImage *img = [UIImage imageNamed:@"foo"];
UIImage *gmi = img.invertedImage;

About

[UIImage invertedImage]

Resources

Stars

Watchers

Forks

Packages

No packages published