zxing-QRCode解码问题
我在 Linux 服务器上安装了 zxing 应用程序。 我用它来解码我们的导师通过 php 脚本上传的签名表扫描副本中的二维码。 它可以解码的图像质量很少,不能解码的图像质量也很少。
谁能告诉我哪种格式或分辨率可以 100% 工作。
I installed zxing application in our Linux server.
I used that for decoding the qrcode from the scanned copy of the signature sheet which our tutors uploading through php script.
Few picture quality it can decode and few it can not.
Can anybody tell me which format or resolutions it can work 100%.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没有什么是 100% 有效的。在合理范围内,所有分辨率均可由图书馆扫描。 支持的格式为:
Nothing works 100%. All resolutions are scannable by the library, within reason. The supported formats are:
如果可以选择,请选择无损格式:BMP、GIF、PNG。但这并不能保证它总是能正常工作。
If you have the choice, prefer lossless formats: BMP, GIF, PNG. But this no warranty that it will always work well.