拓展性如何?
Closed this issue · 1 comments
oksimple commented
大神,比如想新加一个滤镜种类好拓展吗?,底层是用opengl吗?
siwangqishiq commented
没有用到opengl,目前的滤镜都是用c代码 直接操作像素点实现的,具体代码在photo_processing.c里面
Closed this issue · 1 comments
大神,比如想新加一个滤镜种类好拓展吗?,底层是用opengl吗?
没有用到opengl,目前的滤镜都是用c代码 直接操作像素点实现的,具体代码在photo_processing.c里面