Skip to content

PrashantMangukiya/SwiftCoreImageFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift Core Image Filter

Sample demo shows how to use Core Image Filter within Swift 3, Xcode 8, iOS10 application.

Overview

This example shows how to use CIImage and CIFilter (i.e. Core Image Filter) within iOS 9 application (Swift 2). It includes funtionality 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.

Platform

  • Swift 2
  • Xcode 7
  • iOS 9

Supported Device

iPhone 4s, 5, 5s, 5c, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, and all iPad having iOS10.

Technology Used

  • UIImagePickerController.
  • CIImage (Core Image).
  • CIFilter (Core Image filter).
  • Filters e.g. CIPhotoEffectChrome, CIPhotoEffectMono etc.
  • Build with Xcode storyboard.
  • Adaptive layout for major screen size support.
  • Created with Swift 2, Xcode 7, iOS 9.

Screenshots

ScreenShot iPhone4 ScreenShot iPhone4 ScreenShot iPhone4 ScreenShot iPhone4 ScreenShot iPhone4 ScreenShot iPhone4 ScreenShot iPhone4 ScreenShot iPhone4

License

Swift Core Image Filter is available under the MIT license. See the LICENSE file for more info.

About

Core Image Filter demo app build using Swift 3, Xcode 8, and iOS 10.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages