-
Hello,
I've just installed Xcode Beta 14 and I'm getting the following error:
`.../SourcePackages/checkouts/SDWebImage/SDWebImage/Core/SDWebImageIndicator.m:117:26: error build: Definition of 'CI…
-
-
`CIFilter.labDeltaE` `outputImage` example shows 2 pixel difference:
the above image has dark gray background in preview of the actual image which has transparent background:
https://github.…
paulz updated
2 years ago
-
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*…
-
After updating to Xcode 12, I got this warning when building
'init(source:)' was deprecated in iOS 12.0: Core Image Kernel Language API deprecated.
Is there any way to fix the warning?
thank
-
Xcode 11 added some new filters: CIGaborGradients, CIKeystoneCorrectionCombined, CIKeystoneCorrectionHorizontal, CIKeystoneCorrectionVertical, CIPerspectiveRotate
I ignored those for now so the tes…
-
### New Issue Checklist
* [x] I have read and understood the [CONTRIBUTING guide](https://github.com/rs/SDWebImage/blob/master/.github/CONTRIBUTING.md)
* [x] I have read the [Documentation](http:/…
-
This is great source code to crop the image.
Do you have any idea to crop the final image using CIImage? I'd like to apply CIFilter and crop the image.
-
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…
-
### 关于滤镜
咱们目前的滤镜是硬编码到代码中的,请问如何实现自定义滤镜样式,或者后期是否考虑增加动态设置滤镜参数的场景?
### 关于音频
添加背景音乐不支持选择背景音乐的指定一段时长,后期建议添加。