-
Look on `CIConvolution3x3Configuration` and `CIAffineClampConfiguration` as examples
-
The ability to apply core image filters to the video stream. It should be possible to apply 1 or more filters in a specific order.
-
- CIBumpDistortion
- CIBumpDistortionLinear
- CICheckerboardGenerator
- CICircleSplashDistortion
- CICircularScreen
- CICircularWrap
- CICMYKHalftone
- CICrystallize
- CIDepthBlurEffect
- CID…
-
Xcode 11 added some new filters: CIGaborGradients, CIKeystoneCorrectionCombined, CIKeystoneCorrectionHorizontal, CIKeystoneCorrectionVertical, CIPerspectiveRotate
I ignored those for now so the tes…
-
After reading `README.md`, it's easy for me to think that, in order to generate QR codes on watchOS, I must add `QRCode` **and** `QRCode3rdPartyGenerator` to my project, while in fact I should **only*…
-
I have been trying to write CIFilters which uses custom CIColorKernel underneath and apply the effect on the live camera feed. I bumped into this memory-access crash while trying to switch between two…
-
This is a meta issue tracking the status of our Xcode 11 support.
## Follow our work
The current status of our bindings are [on our wiki](https://github.com/xamarin/xamarin-macios/wiki/xcode11-B…
-
Seems to work normally with global (screen) color inversion but not with CIFilters. Don't really have much time to work on this myself at the moment so any help/insight is appreciated.
GrayFocu…
-
I'm using BBMetalGaussianBlurFilter in my app. however, it works fine on most devices but with iOS 12 in iPhone 5s I'm getting an **empty** image.
I found that any MPSKernel is not working even with…
-
I have iPad 6th gen, and when trying to apply filter to big picture it shows just black image as result, but CIFilters works properly, and my custom shaders filters work also good.
I don't have this…