CIImage is an image class from Apple's CoreImage framework.
I have a UIImage which is loaded from a CIImage with: tempImage = [UIImage imageWithCIImage:ciImage]; The problem is I need …
ios core-graphics core-image cgimage ciimageThe setup is simple. A ViewController with UIImageView that has an image assigned. A UIButton that when clicked blurs the …
ios swift uiimageview cifilter ciimageI need to apply a black-and-white filter on a UIImage. I have a view in which there's a photo taken …
objective-c uiimage ciimageI'm working with PhotoKit and have implemented filters users can apply to photos in their Photo Library. I am currently …
ios swift ciimage uiimagejpegrepresentation photokitI am trying to convert a YUV image to CIIMage and ultimately UIImage. I am fairly novice at these and …
ios image-processing uiimage yuv ciimageI'm working with a CIImage, and while I understand it's not a linear image, it does hold some data. My …
ios swift core-image ciimage