nekocode / CameraFilter

📷 Realtime camera filters on android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to appy the filters in bitmap

Mouadabdelghafouraitali opened this issue · comments

hi ,thanks so much for this greate work, i have a question there's any way to apply the filters in image seleted from gallery

The most correct way is to use RenderScript. Translate the filter's glsl code to RenderScript. Then use this RenderScript to process your bitmap bytes.