Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 199 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 199 Bytes

Inverts the colors in an image.

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

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