Image effects with rotation and pinch to zoom using GLSurfaceView Android
I was developing an application to apply effects/rotation/pinch to zoom in-out functionality on image. I have downloaded demo application from https://github.com/Grishu/ImageEffects . It works well, now my problems/questions are as below: Apply multiple effects on images with progress change value (e.g. First apply brightness effect and result of this apply another effect say "contrast".) - problem: in code effect always apply on original image. So change in code to apply effect on final image like, if(isApplyEffectOnOriginalImage){//call first time only mEffect.apply(mTextures[0], mImageWidth