go-qrcode icon indicating copy to clipboard operation
go-qrcode copied to clipboard

To help gophers generate QR Codes with customized styles, such as color, block size, block shape, and icon.

Results 10 go-qrcode issues
Sort by recently updated
recently updated
newest added

The QR codes generated by https://github.com/skip2/go-qrcode are much smaller. I compared and the main difference is that bit depth is 24 while it's enough only 1 bit (black/white). Also the...

enhancement

refer to https://github.com/ciaochaos/qrbtf

enhancement
help wanted

**Describe the bug** standard.WithBgTransparent() doesn't set the background as transparent! **To Reproduce** customWriter := &customWriteCloser{} standard.NewWithWriter( customWriter, standard.WithBgTransparent(), ) **Expected behavior** Black foreground with transparent background image **Screenshots**

bug

go lang is at 1.20 it would be great to have this lib updated.

**Is your feature request related to a problem? Please describe.** Some low end smartphones (especially chineses brands) do not recognize URL links automatically when they are UTF8 encoded. So the...

enhancement
help wanted

I realize I'm able to set the `QRWidth` using: ``` standard.WithQRWidth(255) ``` However, how can I specify that I want a total image output of say, `1024x1024`?

question

I would like to compress my qrcode with logo. Is there a way?

question

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.10.0 to 0.18.0. Commits 3bbf4a6 tiff: Validate palette indices when parsing palette-color images 6c5fa46 go.mod: update golang.org/x dependencies 55c4ab6 go.mod: update golang.org/x dependencies 0057a93 tiff: fix function...

dependencies

How i can realize a qrcode like this one: ![Schermata del 2024-06-13 11-50-56](https://github.com/yeqown/go-qrcode/assets/103607470/4c836cda-d9e0-4920-9c63-a0cc48453ae8) If is not possible, how i can use different colors for the 3 big angle squares (or...

question