在 Objective C 中重新生成二维码
我正在 iPhone 中开发一个应用程序,它使用 ZBar 框架读取条形码。有没有重新生成条形码或二维码的框架或示例代码?
I am develping an app in iphone which reads barcode using ZBar framework. Is there any framework or sample code to re - generate the bar code or QR code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,ZXing 有二维码生成代码。虽然它是用 Java 编写的,但你可以移植它——实际上我忘记它是否已经被移植到项目中了。
但是,更简单的是,只需调用 Google 图表服务器即可。它内部有相同的编码器。无需编码即可获取给定内容的图像。
Sure, ZXing has QR code generating code. It's in Java though, but you could port it -- actually I forget whether it's already been ported within the project.
But, even easier, just call to the Google Chart Server. It has the same encoder inside it. No coding needed to get an image for given contents.