Android 应用程序中的图像处理
有人能帮我解决这个问题吗? 我想在我的 Android 应用程序中进行图像处理,例如亮度和对比度。 有什么想法吗?
Can anyone help me on this one?
I want to do image manipulation in my Android app like Brightness and Contrast.
Any ideas ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我之前 发布了如何在 android 中对图像进行灰度化的示例。该代码可以用作基本图像处理的起点。我还建议您查看 ColorMatrix 类
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