How to add a QR code to an image automatically
312 观看
1回复
27 作者的声誉
I am developing an image management app for IOS. User in this case takes an picture and the image is stored in content store (Not on device). If user wants to save the image, the image is uploaded to cloud along with its HASH and geo info. I want to add a QR code to the image in cloud which will have its HASH and Geo info stored in it.
Whats the best way to implement this module.
There is a manual process on how to accomplish this here-https://www.cnet.com/how-to/how-to-add-qr-codes-to-your-photos/# . I want to automate it for the images.
作者: Jeremy Knothing 的来源 发布者: 2017 年 12 月 27 日回应 1
1像
97790 作者的声誉
I suggest using Core Image. It has a QR code generator filter, as well as image compositing filters. You should be able to find a tutorial on generating QR codes using a CI filter, and another one on compositing images together. It should be straightforward to combine those 2 steps.
作者: Duncan C 发布者: 2017 年 12 月 27 日来自类别的问题 :
- ios iPhone app in landscape mode, 2008 systems
- ios 如何为我的网站提供iPhone的图标?
- ios 如何调整UITextView的内容大小?
- ios iPhone viewWillAppear没有开火
- ios 如何在顶部状态栏中显示加载指示器
- ios How to save picture to iPhone photo library?
- swift 如何以编程方式确定我的应用程序是否在iphone模拟器中运行?
- swift iOS:将UTC NSDate转换为本地时区
- swift 如何在运行时为UIBarButtonItem设置目标和操作
- swift 单个UILabel中的粗体和非粗体文字?
- swift 找到三次贝塞尔曲线上的点的切线
- swift 如何计算两个日期之间的差异?
- qr-code 从扫描的PDF中读取QR码
- qr-code 如何在iPhone中生成QR码?
- qr-code 使用PHP动态生成QR代码
- qr-code “立即扫描下载”iPhone应用程序下载的二维码
- qr-code Android:如何在内置扫描仪中使用基于ZXing的QR码?
- qr-code 免费的C#QR码生成器