This repository is sample for applying filters on image using
Core Image. Basically it demonstrate how filter apply on image and filter data from json. Json converted from xmp using my another repo XMP To Json I have used someCIFilterandCIColorKernelfor changing preset of image. You can find other CIFilter or write custom filter usingCIKernel,Metal.
Clone this repo on your local machine and open
Filters On Image.xcodeprojin xcode. Finally run it and press Apply image button.
I want to share some references for custom filters.
