I tired to Develop a sample application with image processing, in my app i need to add some color effects (Grayscale, sepia) over my bitmap i referred the developer
color effects (Grayscale, sepia)
try:
Effect mEffect= effectFactory.createEffect(EffectFactory.EFFECT_SEPIA);
Then use GLSurfaceView to show the rendered effects, here is an example of what you need
You can find the official sample project HelloEffects in android-sdk-windows\samples\android-17
HelloEffects
android-sdk-windows\samples\android-17