-
I'm using a custom SCFilterImageView on my SCRecorder.
When my app is backgrounded (and I also want this when `viewWillDisappear` is called) I call `[self.recorder stopRunning];` to stop the camera.…
-
We are using PINRemoteImage's processorBlock to download an image from a URL, and then processing it using Core Image. We return `UIImage(ciImage: processedCoreImage)` in the processorBlock.
Howeve…
-
If your UIImage has transparency you end up with a black background despite HEIC being supposed to support transparency (and the docs saying the default bg color when the format doesn't support transp…
-
Getting below error... please help
/Users/vivek/Documents/BOOSTHRAPP/HR-App/HRAPPPOC.iOS/MTOUCH: Error MT2101: Can't resolve the reference 'System.Void CoreImage.CILanczosScaleTransform::set_InputI…
-
Hi, i want to add some filter effect like tiktok, and I just make a demo, it succesfull show my custom image in other view, but logo i wrong orientation, did u ever try to work with this feature?
T…
-
I'm trying to do
![IMG_3051](https://user-images.githubusercontent.com/73113351/112330908-7a744280-8cde-11eb-9c5f-010288691ef6.PNG)
-
Hi! Thank you for the great work!
Did you notice by any chance that Sony ARW photos are not getting processed on iOS? (The same exact snippet working on macOS M1).
I'm joining an example image.
…
-
Im getting the error bellow when build on iOS 12 beta, Xcode 10
Cannot subscript a value of type '[UIImagePickerController.InfoKey : Any]' with an index of type 'String'
Any clue what could be w…
-
Hi there, I read your article and I have to tell you that you have saved my day. Everything works ok except one thing: I want to change the video orientation to portrait and I am struggling to find th…
-
No sure where the problem is, but when a large image is used 3000x2000 than the result is just a cropped portion of the original
In my implementation it was happening too, so i wanted to give yours a…