pixpark / gpupixel

Real-time image and video processing library similar to GPUImage, with built-in beauty filters, achieving commercial-grade beauty effects. Written in C++11 and based on OpenGL/ES.

Home Page:https://gpupixel.pixpark.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

单独使用图片进行滤镜处理

ly469097645 opened this issue · comments

作者你好,我想咨询下如果我的需求是只使用图片进行这些滤镜的处理而不用取景框,并且能保存处理后的图片到本地,这个功能在现有的demo里可以实现吗
我有发现有一个GPUPixelSourceImage是可以直接传入图片的bitmap的,但是GPUPixelView这个类中只添加了surfaceview,是否我需要参照这个添加一个类只有一个imageview的子布局呢

commented

解决了吗

如何实现app上那些滤镜效果?