0

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

DomTomCat
  • 8,189
  • 1
  • 49
  • 64
Rahul Jain
  • 612
  • 1
  • 18
  • 49

1 Answers1

4

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

Community
  • 1
  • 1
Twobard
  • 2,553
  • 1
  • 24
  • 27