uestccokey / EZFilter

A lightweight (<180KB), easy-to-extend Android filter and dynamic sticker framework for adding filters and stickers for camera, video, bitmap and view.(一个轻量级(<180KB)、易扩展的Android滤镜和动态贴纸框架,支持摄像头、视频、图片和视图添加滤镜和贴纸。)
MIT License
208 stars 57 forks source link

Bitmap: animated filters #16

Closed jackaru closed 6 years ago

jackaru commented 6 years ago

I note that in Bitmap, animated filters doesn't work, returning a static filtered image. If it's possible, make they works to record them will be a cool feature :)

uestccokey commented 6 years ago

I will think about it

uestccokey commented 6 years ago

It should have been supported. You can simply use the following code mRenderView.setRenderMode(GLTextureView.RENDERMODE_CONTINUOUSLY); to support picture recording. See demo