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`?
I realize I'm able to set the
QRWidthusing:However, how can I specify that I want a total image output of say,
1024x1024?