Do you support acv format
Do you support acv format?
https://github.com/wysaid/android-gpuimage-plus/issues/344#issuecomment-657097643
Thank you so much. Can i set filter with file in external forder (use setFilterWithConfig) ? or another way?
Thank you so much. Can i set filter with file in external forder (use setFilterWithConfig) ? or another way?
sure, you can add this function by yourself.
i tried with assets forder is working but with external forder is not
handler.setFilterWithConfig("@adjust lut " + "storage/emulated/0/Android/data/t...Film&Movie/film01.webp");
can you help me?
You can implement the resource load function using android api.
For example, you use "/internal:/path/of/your/folder"
Then call the specific loading function if the path starts with /internal:
Thanks for your help. i idid it successfully