在 Android 中从相机捕获后提高图像的亮度和对比度
我正在制作一个应用程序,其中我从相机捕获图像并从中生成pdf。
但图像质量较差。所以我想设置图像的亮度和对比度。
在 Android 中从相机捕获后有什么方法可以增加图像的亮度和对比度吗?
在裁剪图像并以 pdf 格式显示图像后,图像的下半部分已被剪切。
对于此应用程序中的 pdf 使用,我使用了 iText.jar (5.0.6)。
I am making a one application in which I capture an image from camera and make the pdf out of it.
But the quality of image is poor. So I want to set the brightness and contrast of the image.
Is there any way to increase Brightness and Contrast of image after capturing from camera in Android?
After capturing the image when I cropped it and then display it in pdf, the lower part of the image has been cut.
For pdf usage in this application I have used iText.jar (5.0.6).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要在生成的 pdf 中显示完整图像,请尝试对图像应用'scaleAbsolute'。
For having the full image displayed in the pdf generated, please try by applying 'scaleAbsolute' to the image.