liufan321 / SwiftQRCode

Simple QRCode detector and generator in Swift
MIT License
504 stars 133 forks source link

color bug #15

Open jenlai1345 opened 8 years ago

jenlai1345 commented 8 years ago

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

wassup- commented 7 years ago

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?