Vincent
Vincent
Adobe Photoshop allows you to apply High Pass filter on a photo. Is there anyway to adapt the High Pass video filter in GPUImage to work with photos?
Thanks for the clarifications. I will see if I can come up a custom filter for high pass on single image. Disregard my comment about the bug. I did not...
@Harley-xk Thanks for the suggestion to use the simpler `canvas.currentDrawable.texture.toUIImage()` function instead of the code I was using. If I do not set `framebufferOnly` to false, then I receive the...
@Harley-xk UPDATE: I can replicate the issue on the Example app. If you add the following line to `viewDidLoad` in `ViewController.swift`: `canvas.framebufferOnly = false` and replace `snapshotAction` code with: ```...
@Harley-xk Thanks for pointing me to `SnapshotTarget`. This method worked very well. As you mentioned, I was not required to set `framebufferOnly` to false. This solution works great and I...
Same question -- @YuAo I noticed that there haven’t been any recent updates, and I was wondering if the project is still being actively maintained. Your contributions have been invaluable,...
Aside from the state of this repo, I hope YuAo is okay — he hasn’t committed any code to his repositories in a long time.
I tried emailing @YuAo but have not heard back. His email is in one of the pod specs. Hope all is well. Perhaps we can update and continue the great...