We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This one is generated by CarBode-Barcode-Scanner-For-SwiftUI
This one is generate by myself with code
func generateQRCode(from string: String) -> UIImage? { let data = string.data(using: String.Encoding.ascii) if let filter = CIFilter(name: "CIQRCodeGenerator") { filter.setValue(data, forKey: "inputMessage") let transform = CGAffineTransform(scaleX: 3, y: 3) if let output = filter.outputImage?.transformed(by: transform) { return UIImage(ciImage: output) } } return nil }
And here is my question:
Any idea please?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This one is generated by CarBode-Barcode-Scanner-For-SwiftUI
![DF1D830B-7D04-4AA8-9A85-2DB9D78CAE08](https://user-images.githubusercontent.com/33802186/137230193-b6b71ab7-5924-48ba-9109-52170f10e2c6.jpeg)
This one is generate by myself with code
![58688B43-38FD-49EE-8C3E-A61049854A3B](https://user-images.githubusercontent.com/33802186/137230216-117995cf-7ba4-47a5-bbdd-2b959d587be5.jpeg)
And here is my question:
Any idea please?
The text was updated successfully, but these errors were encountered: