Last Updated: February 25, 2016
·
4.514K
· jamesw

Dead easy iOS 5 Core Image filters

Take a simple step toward creating your own Instagram-style effects in iOS by forking my iOS Image Filters project (24 stars so far on GitHub).

Example project included in the repo.

- (IBAction)crossProcess:(UIButton *)sender
{
  imageView.image = imageView.image.crossProcess;
}

https://github.com/jameswomack/iOS-Image-Filters