python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
CIAttributedTextImageGenerator filter - text doesn't fit (NSAttributedString)
I use a Core Image filter CIAttributedTextImageGenerator to generate text as a CIImage. However, sometimes the text just doesn't fit into the resulted CIImage as you can see at the picture:
I tried t...
SmartTree
Votes: 0
Answers: 0
Performant Multi ROI Image Color Average on iOS
CoreImage's CIAreaAverage filter can easily be used to perform whole CIImage RGB color averaging. For example:
let options = [CIContextOption.workingColorSpace: kCFNull as Any]
let context = CIContext...
CosmicVarion
Votes: 0
Answers: 1
How to convert this UIGraphics image operation to Core Image?
I write SplitMirror filter like in Apple Motion app or Snapchat lenses by using UIGraphics to use it with real time camera feed or video processing, with single image request it works well like in att...
Coder ACJHP
Votes: 0
Answers: 2
How can I get a custom CIFilter to work on a CALayer for export using the AVVideoCompositionCoreAnimationTool
When using a custom CIFilter that relies on custom input parameters the parameters are not used once you set the filter to the CALayer backgroundFilters so you can render it as a video using AVVideoCo...
Jory de Kort
Votes: 0
Answers: 1