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 ?
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
精彩评论