Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 748 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 748 Bytes

SwiftImage

An image manipulation and conversion library for (Cocoa Touch)[https://en.wikipedia.org/wiki/Cocoa_Touch], in Swift

SwiftImage is a work-in-progress library for manipulating and converting between the numerous image representations that exist in (Cocoa Touch)[https://en.wikipedia.org/wiki/Cocoa_Touch] and it's associated frameworks. These are:

  • UIImage (UIKit)
  • CGImage (CoreGraphics)
  • CIImage (CoreImage)
  • CVImageBuffer (CoreVideo)

SwiftImage also offers it's own more Swift-like representation of an Image, GenericImage.

SwiftImage is being developed in conjunction with a demo App, SwiftImageDemo. If you have an interest, I welcome collaboration on both of these sub-projects.