• Stars
    star
    425
  • Rank 102,094 (Top 3 %)
  • Language
    Objective-C
  • License
    Apache License 2.0
  • Created over 10 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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