zxing-QRCode解码问题

发布于 2024-12-01 13:20:41 字数 132 浏览 1 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

岁吢 2024-12-08 13:20:41

没有什么是 100% 有效的。在合理范围内,所有分辨率均可由图书馆扫描。 支持的格式为

  • UPC-A 和 UPC-E
  • EAN-8 和 EAN-13
  • 代码39
  • Code 93
  • Code 128
  • QR 码
  • ITF
  • Codabar
  • RSS-14(所有变体)
  • Data Matrix
  • PDF 417
  • Aztec

Nothing works 100%. All resolutions are scannable by the library, within reason. The supported formats are:

  • UPC-A and UPC-E
  • EAN-8 and EAN-13
  • Code 39
  • Code 93
  • Code 128
  • QR Code
  • ITF
  • Codabar
  • RSS-14 (all variants)
  • Data Matrix
  • PDF 417
  • Aztec
呆橘 2024-12-08 13:20:41

如果可以选择,请选择无损格式:BMP、GIF、PNG。但这并不能保证它总是能正常工作。

If you have the choice, prefer lossless formats: BMP, GIF, PNG. But this no warranty that it will always work well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文