Search code examples
androidandroid-emulatorimage-manipulationandroid-2.2-froyoandroid-image

Image Manipulation in Android app


Can anyone help me on this one? I want to do image manipulation in my Android app like Brightness and Contrast. Any ideas ?


Solution

  • I previously posted an example of how to greyscale an image in android. This code could be used as a starting point for basic image manipulation. I also suggest you check out the ColorMatrix class