iOS Core Image  has many filters. It can be able to handle the DNG/RAW image file. Here is a sample code.

  • Create two CIImage instance in the viewDidLoad() from DNG/RAW file.
  • When selected a filter, create a filter, then set the images, and retrieve a blended image.

Project files are here.