rFlex / CoreImageShop

Mac app that let you create a Core Image Filter and generate the underlying Objective-C code easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core Image Shop

Mac app that let you create a complete Core Image Filter usable on iOS using SCRecorder.

Compiled app available on https://s3.amazonaws.com/ever-hosting/CoreImageShop.zip (Mac OSX 10.9 64 bits)

How does it work?

  • Drag and drop your image or video to the content part.

  • Add your filters in the filter menu

  • Configure your Core Image Filters like you want them

  • Save the project into a cisf file

  • Import the project in the SCRecorder on one of the relevant classes (SCAssetExportSession or SCVideoConfiguration) using

    relevantClassInstance.filter = [SCFilter filterWithContentsOfURL:urlToYourProject];

About

Mac app that let you create a Core Image Filter and generate the underlying Objective-C code easily.

License:Apache License 2.0


Languages

Language:Objective-C 100.0%