All Projects → rFlex → Coreimageshop

rFlex / Coreimageshop

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

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];

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].