Code Monkey home page Code Monkey logo

cifilter.io's Introduction

CIFilter.io

CIFilter.io is a project which documents parameters and examples for every CIFilter available on iOS and macOS as part of CoreImage.

The project has two components:

  1. A website, CIFilter.io, which allows searching/filtering the CIFilters and viewing their documentation. It also provides examples of inputs and outputs for commonly used filters.
  2. An iOS app which allows you to apply each CIFilter with arbitrary parameters and save the output images.

The website is publically available and free, and I intend to continue to update it as new filters are added in each new iOS and macOS release. The iOS app is available in this repo as an open source project as well. If you'd like to support this project and others like it, you can download the app from the app store ๐Ÿ™

More information about the project is available in this blog post.

Reporting issues

If you find something wrong with the website or app, please report an issue via GitHub.

Contributing

If you'd like to implement a new feature, please open an issue first so we can discuss it. I'm happy to accept pull requests which improve the quality of this project ๐Ÿ’ช

Developing

iOS

The iOS app lives in the iOS folder of this repo. To build:

cd iOS
virtualenv venv
source venv/bin/activate
pre-commit install
make bundle
make pods
bundle exec pod keys set "SentryAuthToken" ""
bundle exec pod keys set "SENTRY_DSN" ""
bundle exec pod keys set "MixpanelToken" ""

You'll then need to open the Xcode workspace and set the signing team to your personal team. After that, you should be able to build the app.

Web

The website lives in the web folder of this repo. To start a local Gatsby server:

cd web
npm install
make develop

Building for older devices

The CIFilter.io app intends to support only the current version of iOS. However, if you'd like to build the app yourself using the commit compatible with a given iOS version, you can use the following branches:

  • iOS 12: compatibility/ios-12

Questions?

Don't hesitate to reach out on Twitter ๐Ÿ‘‹

cifilter.io's People

Contributors

dependabot[bot] avatar noahsark769 avatar regularberry avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.