An open API service indexing awesome lists of open source software.

https://github.com/mxcl/uiinvertedimage

[UIImage invertedImage]
https://github.com/mxcl/uiinvertedimage

Last synced: over 1 year ago
JSON representation

[UIImage invertedImage]

Awesome Lists containing this project

README

          

Inverts the colors in an image.

```ruby
pod 'UIImage+InvertedImage'
```

```objc
#import "UIImage+InvertedImage.h"

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