You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You would need to make a new entry for the filter you want here.
First find out the available filters with [CIFilter filterNamesInCategories:nil], then check its attributes [CIFilter filterWithName:@"CIMinimumCompositing"].attributes.
Try to do that and open a pull request with a first version so we can take a look together.
Hi,
1- How can I get the new Apple default filters
2- Can I add new Apple filter if not found ?
https://developer.apple.com/library/mac/documentation/GraphicsImaging/Reference/CoreImageFilterReference/index.html#//apple_ref/doc/filter/ci/CIMinimumCompositing
The text was updated successfully, but these errors were encountered: