【发布时间】:2016-04-07 12:15:17
【问题描述】:
glsurfaceview 上处理后的图像:after processing
Java 代码:
mGPUImage = new GPUImage(this);
mGPUImage.setGLSurfaceView((GLSurfaceView) findViewById(R.id.editPicture));
mGPUImage.setImage(uri);
XML:
<android.opengl.GLSurfaceView
android:id="@+id/editPicture"
android:layout_width="match_parent"
android:layout_height="match_parent" />
【问题讨论】:
-
欢迎来到 SO。请看how to ask。你有什么问题?
标签: java android gpuimage glsurfaceview imagefilter