Manuel
Manuel
@kean Unfortunately not. I think looking for an alternative to `clampedToExtent()` for solving the gray frame problem would be a workaround. Maybe it would be enough to manually expend the...
For the blur matrix of `CIGaussianBlur` my assumption was that radius defined in `kCIInputRadiusKey` is the number of surrounding pixels taken into account. So that would lead to a `n...
The crashes still occur with the solution above, specifically: ``` Crashed: NSOperationQueue 0x159999e00 (QOS: UNSPECIFIED) EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000 ``` That looks like the app is trying to access an already...
With the changes described in my previous comment, the crashes still occur. Therefore I assume the issue is unrelated to `CIFilter` and `CIImage`. Closing for now.
Sorry, instead of closing I think we can address the original issue of gray border artifacts when blurring. Since the crashes are unrelated to `clampToExtent` we can add it as...
Update after a call regarding the [issue](https://github.com/kean/Nuke/issues/308#issuecomment-542753619) with an Apple engineer who works on the CoreImage team: The issue has been observed across different applications which leads to assume a...
@AdrianCurtin Thank you for picking this up again, I've restarted the CI, let's see...
Could you please look at the open conversations and close the ones that are done? Would also be good to have another AI agent look over the changes and potential...
Apple recommends all SDK developers add a privacy manifest. It's fair to assume that the explicit list is only the beginning of this policy.