Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy ready-to-go code for the filter #40

Open
noahsark769 opened this issue Jan 16, 2019 · 1 comment
Open

Copy ready-to-go code for the filter #40

noahsark769 opened this issue Jan 16, 2019 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed web Related to the cifilter.io website

Comments

@noahsark769
Copy link
Owner

It would be nice if the web had a button that I could press for a given filter, and something like the following code would be copied into my clipboard:

let filter = CIFilter(
  name: "CIThermal",
  parameters: [
    "inputImage": <#inputImage#>
  ]
)!
@noahsark769 noahsark769 added web Related to the cifilter.io website help wanted Extra attention is needed good first issue Good for newcomers labels Jan 16, 2019
@bitops
Copy link

bitops commented Apr 5, 2022

This would be a very wonderful feature for the iOS app also!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed web Related to the cifilter.io website
Projects
None yet
Development

No branches or pull requests

2 participants