You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand you correctly,1024x1024 means the output image pixels size, however it's not able to be limited since your input content would be oversized, so we don't provide such an option yet. @syntaqx
Yes, I'm referring to the output image's pixel size. I want to use your library, as I was previously using https://github.com/skip2/go-qrcode, which allowed me to simply do:
var png []byte
png, err := qrcode.Encode("https://example.org", qrcode.Medium, 1024)
I realize I'm able to set the
QRWidth
using:However, how can I specify that I want a total image output of say,
1024x1024
?The text was updated successfully, but these errors were encountered: