-
I am using this lib to generate qr codes. But for iOS 12 it always fails to generate qr code.
After some investigation i found out that in iOS 12 filter **CIFilter(name: "CIQRCodeGenerator")** alw…
-
Thanks for another great patch!
So I've been using the patcher since the previous version on a 2009 MacBook Pro, only shortly after the Catalina release before attempting to upgrade the OS, there w…
-
**Describe the bug**
I do use custom icons (PNG format) and they are displayed correctly in the web interface. But not in the app. It almost looks like that the app ignores user-defined icons in the …
-
Hey! I know this issue isn't in line with the organization's issue templates, so feel free to redirect or close this if it's not relevant or is being addressed already.
It's pretty tough to look up…
-
### Step 2: Describe your environment
* Xcode version: 10.2
* Firebase SDK version: 6.1
* Firebase Component: MLKit (onDeviceTextRecognizer)
* Component version: not sure - the one s…
-
I have Mac 10.15.3 and downloaded OpenEmu from there website, after downloading I put it in Applications, right click and click open. OpenEmu opens, security pops up asking me to allow keyboard use …
-
filter.outputImage crashes with console message from CGContext saying invalid context 0x0
// Playground: Test generate
import UIKit
let color = UIColor.red.withAlphaComponent(0.2)
let parame…
-
```
func colorGenerator(color:UIColor) -> Filter {
return {
image in
let params = [kCIInputColorKey:CIColor.init(red: 1, green: 0, blue: 0, alpha: 0.2)] as [String:An…
-
Is it possible to generate CICode128BarcodeGenerator on watchOS? CIFilter is not available and I don't want to create barcode on the iPhone and send it later to watch. Is it possible with EFQRCode?
-
This has been suggested by several people - since we have all the filter data, we could autogenerate Swift code for type-safe applications of the filters, instead of the current solution of string typ…