CGImage vs. CIImage vs. UIImage

UIImage

  • From UIKit
  • a high level way of displaying image data.
  • Not mutable
  • Just displaying the image

CGImage

  • From Core Graphics
  • Can cut out areas of the image