cifilter.app
cifilter.app copied to clipboard
CIFilter documentation and examples project
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
Through a [question on StackOverflow](https://stackoverflow.com/questions/67708425/how-to-use-the-cifacebalance-filter/) I learned that the internal filters that are part of the `CIImage.autoAdjustmentFilters()` can actually be initialized independently by their name. Digging a bit deeper I...
There are example applications of the filters on cifilter.io, but the same filter pages in the app don't have those examples. We should put them there! This would also be...
FilterWorkshopViewController has received significant feedback for not being "platform native" UI - the scroll view doesn't make sense, it should just be a table view. Some have even noted that...
As noted in https://developer.apple.com/videos/play/wwdc2017/508/?time=1279, CIDepthBlurEffect has several optional parameters. We should try to figure out which ones are optional and note them.