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

What is the difference between getBitmap() and output methods? #72

Open Mouadabdelghafouraitali opened 2 years ago

Mouadabdelghafouraitali commented 2 years ago

Hi,

I'm using TextureFitViewwhich extends from TextureView, that's mean I can use getBitmap().

My question is, what is the difference between the getBitmapmethod and output method of RenderPipeline

Thank you.