Wang Yang
Wang Yang
参考jni部分的自定义滤镜自己写一个~ 加载所有gif帧, 更新渲染即可。 后续会加入类似的功能
过几天整体就开源了, 你可以到时候参考所有代码尝试一下
You can make a fork to produce your problem, and I can help you.
org.wysaid.nativePort 这个包下的代码不能混淆, 你自己使用的时候需要注意
主要是类名和函数名不能混淆, 比如你报错那个方法会在c++里面调用
Sure. But you must think of what would be shown if no stretching. For example, black or transparent pixels?
The loading function is set by yourself. See this: https://github.com/wysaid/android-gpuimage-plus/blob/master/cgeDemo/src/main/java/org/wysaid/cgeDemo/MainActivity.java#L144 Just implement the interface `CGENativeLibrary.LoadImageCallback`, and call `CGENativeLibrary.setLoadImageCallback`
Sure, just concat the filter rule string.
Sure. Do you want the video recording module? the package is too large when including all archs. But I will upload all of them if it's required. I will solve...
有的, 这块代码有一些陈旧了, 用的比较老的API, 应该更新到新的API上来才合理。 但是因为平时比较忙, 不好给出具体调整的时间,如果开发者有实现的话欢迎给出相关实现的PR~ thanks.