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
Hi,
There's a small bug in generateImage() function that setting colors doesn't work.
let transformedImage = qrFilter.outputImage!.imageByApplyingTransform(transform)
If we change qrFilter to colorFilter, then the color change will work.
Thank you for writing this module!
Jenny
The text was updated successfully, but these errors were encountered:
I'm running into this issue as well. Do you want us to create a pull request for this issue, or will you fix it yourself?
Sorry, something went wrong.
No branches or pull requests
Hi,
There's a small bug in generateImage() function that setting colors doesn't work.
let transformedImage = qrFilter.outputImage!.imageByApplyingTransform(transform)
If we change qrFilter to colorFilter, then the color change will work.
Thank you for writing this module!
Jenny
The text was updated successfully, but these errors were encountered: