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.
我在我的 iphone 应用程序中使用 ZXing。问题:
我必须扫描这个尺寸为 0.5 x 0.5 厘米的图像并且它不扫描它。此外,条形码图像不是很清晰。有没有办法在 ZXing 处理之前编辑捕获的图像?
一件事可能是颜色反转的事实。知道从哪里开始吗?
代码需要是黑白的才能被扫描——相关规范不要求扫描反码,所以大多数都不需要。先把它倒过来。