You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ??
The text was updated successfully, but these errors were encountered:
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 ??
The text was updated successfully, but these errors were encountered: