android-gpuimage-plus
android-gpuimage-plus copied to clipboard
How to apply filters (.FSH) from Assets Folder
thank you for this awesome library, I have many filters (.fsh) in Assets how I can apply them using your library in the image?
You can add a DIY filter, and add a rule for that. (e.g "@diy funny.vsh funny.fsh")
When calling that filter, you can recieve your arguments as funny.vsh, funny.fsh, just return your assets content.
But you should implement it yourself for now.