Open
Description
Hi,
i have the problem in subject. My Flow is:
Download with glide a bitmap and after i will send to PhotoEditor library. When i select at least one filter (gray,rotate, ecc...) the image is distorted.
I checked size of bitmap and it is ok. I checked size of surfaceView and she changes when applying the first filter
@OverRide
public void onSurfaceChanged(GL10 gl, int width, int height) {
if (mTexRenderer != null) {
Log.e("ONSURFCHANGED",width+"\nHeight:"+height);
mTexRenderer.updateViewSize(width, height);
}
}
Before
After
Metadata
Assignees
Labels
No labels