BradLarson / GPUImage3

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
BSD 3-Clause "New" or "Revised" License
2.68k stars 330 forks source link

fatalError on trying to edit screenshot images #114

Open mrugeshtank opened 3 years ago

mrugeshtank commented 3 years ago

When I'm trying to edit images which is a screenshot, I'm getting a fatal error on PictureInput.swift's Line#60. I just tried to comment fatalError("Failed loading image texture") statement but then It is crashing on PictureOutput.swift's Line#133 due to Force unwrapping outputImage.

Could you please help me to get rid of this crash?