【发布时间】:2011-05-11 09:29:22
【问题描述】:
谁能帮我解决这个问题? 我想在我的 Android 应用程序中进行图像处理,例如亮度和对比度。 有什么想法吗?
【问题讨论】:
标签: android android-emulator image-manipulation android-2.2-froyo android-image
谁能帮我解决这个问题? 我想在我的 Android 应用程序中进行图像处理,例如亮度和对比度。 有什么想法吗?
【问题讨论】:
标签: android android-emulator image-manipulation android-2.2-froyo android-image
我以前posted an example of how to greyscale an image in android。此代码可用作基本图像处理的起点。我还建议您查看ColorMatrix class
【讨论】: