Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 ZXing 创建基于代码 128 的一维条码。我需要指定分辨率或 dpi 参数来生成一维条码。但是我在规范中找不到这个参数?
有什么办法吗?我错过了什么?
如果 ZXing 不提供此选项,是否还有其他提供相同选项的库?
谢谢
分辨率在这里没有任何意义,因为库中的任何内容都不关心您将实际打印或显示图像的大小。因此,DPI 参数没有意义。而是确定您需要并请求的像素大小。