Home  »  CIFilter
Tagged   CIFilter

Swift Core Image Filter – CIImage and CIFilter

Posted on 24 Nov 2015
Swift Core Image Filter - CIImage and CIFilter


How to use Core Image Filter – CIImage and CIFIlter within Swift 2, Xcode 7, iOS 9 application.

This example shows how to use CIImage and CIFilter (i.e. Core Image Filter) within iOS 9 application (Swift 2). It includes functionality like Select image from Gallery, or Capture from device Camera, Apply filter to selected image, Save filtered image to Phone Gallery. Please note, this example does not cover all Core Image filter but shows basic usage of photo effect filters i.e. how to apply photo effect to image using filter. You can use this code as a base and expand it’s functionality. It is free for personal or commercial use.

It consist functionality below:
– Select image from Gallery.
– or Capture from device Camera.
– Apply various filter to image.
– e.g. CIPhotoEffectChrome, CIPhotoEffectMono etc.
– Save filtered image to Photo Gallery.

Read more  

iOS App Released – QR Code Scanner & Generator

Posted on 06 Jul 2015
iOS App – QR Code Scanner & Generator

QR Code Scanner & QR Code Generator within single application. Build using Swift, iOS8, Xcode 6 and posted on apple store.

Supported Device:
iPhone 4s, iPhone 5/5s/5c, iPhone 6, iPhone 6 Plus, iPad having iOS8.

Technology Used:
iOS 8, Swift, XCode 6, AV Foundation Framework, OpenGLES Framework, Core Image i.e. CIImage, CIFilter, Core Data Storage for QR Code History (ie. NSManaged Object), Adaptive Layout, QR Code Image Download and Sharing.

Read more  

PrashantKumar Mangukiya
Native iOS / Hybrid Mobile Application Developer
LinkedIn Profile   GitHub Profile   Twitter Profile

Browse by Category

Follow Me on Twitter

Other Post

OSM Satsang -- iOS, Swift based Audio Player App. iOS App Released – OSM Satsang (Download tracks and play offline) - 04 Jun 2016
Geo Target Note iOS App Released – Geo Target Note - 19 May 2016
Swift Core Image Filter - CIImage and CIFilter Swift Core Image Filter – CIImage and CIFilter - 24 Nov 2015
Swift Video Player using AVPlayerViewController - 10 Nov 2015
Swift Audio Player using AVFoundation Library Swift Audio Player using AVFoundation Library - 05 Nov 2015
Using MKMapView in Swift, MapKit Using MKMapView in Swift, iOS Application - 02 Nov 2015
Go to Top