Mubin Khan

Results 1 issues of Mubin Khan

effect = LookupFilter() effect.lookupImage = PictureInput(image: UIImage(named: "effect1")!) effect.intensity = 1 let filteredImage = originalImage?.filterWithOperation(effect) when i'm trying to apply lookup filter getting error "Unexpectedly found nil while unwrapping an...