Andrew

Results 3 issues of Andrew

Basic example - ``` public class MyFilter: VideoConfigurationProtocol { var filter: TestFilter! public var setIntensity: CGFloat = 0.3 public init() { } public func applyEffect(to sourceImage: CIImage, info: VideoConfigurationEffectInfo) ->...

I'm trying to load a local video file into a MovieInput, then into a RenderView and it's showing up like this: ![photo dec 14 12 36 44 pm](https://user-images.githubusercontent.com/1816425/50026476-f169ef00-ff9d-11e8-9918-44e3dd39595a.png) Here's how...

This isn't an issue with GPUImage2, but I'd like to know how possible it would be to create an effect like this with it: https://github.com/FlexMonkey/Filterpedia/blob/master/Filterpedia/customFilters/TransverseChromaticAberration.swift