Skip to content

softdev0430/UIInvertedImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published