GPUImage3 icon indicating copy to clipboard operation
GPUImage3 copied to clipboard

LookupFilter for image save is not working

Open Mubin-khan opened this issue 2 years ago • 0 comments

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 Optional value" but in renderView for displaying image it works totally fine. could anyone help please ??

Mubin-khan avatar Jul 03 '22 09:07 Mubin-khan