-
@vitoziv
I faced this problem in the project I'm working on.
After I create CIImage, it prevents VideoComposition from releasing from the memory, causing the memory leak.
```
let url…
dx777 updated
3 years ago
-
### Issue
Gaussian blur `CIFilter` naturally creates gray artifacts at the borders of the output image.
A common use case when blurring an image would be avoiding these artifacts.
### Proposed so…
-
-
Before iOS 11, we used to use `CIDetector` and `CIDetectorTypeQRCode` to detect QR code
[CIDetector](https://developer.apple.com/documentation/coreimage/cidetector)
> An image processor that ide…
-
Currently, for each image frame, the metal file is run c+1 times, where c is the number of classes. Thus, processing the image once for each class, and one more time for all at classes together. Each …
-
There are no way to visualize CIImage by chisel but it exists in xcode by quicklook command. Can we add this, please?
-
- [x] Accordion Fold Transition `CIAccordionFoldTransition`
- [ ] Addition `CIAdditionCompositing`
- [x] Bars Swipe Transition `CIBarsSwipeTransition`
- [ ] Blend With Alpha Mask `CIBlendWi…
-
Unless I am misunderstanding something, it seems like you are introducing a lot of unnecessary complexity by using Metal to convert between color spaces. It looks like Core Image can do the job for yo…
-
Code is having bad access when setting image through
- (void)putUIImage:(UIImage *)image toRenderer:(id)renderer {
NSLog(@"%@",renderer);
if (image == nil)
{
renderer.CIImage = nil;
…
-
Hi,
As I know, this library supports screen streaming.
I have a question: do you know how to use a URL as an overlay? I understand that we can capture each frame from a WebView and use it as an…