原始图片:before processing
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" />
答案 0 :(得分:0)
不要使用
gpuImage.setImage(URI)
使用
gpuImage.setImage(Bitmap)