| Issue 5: | More flexible image output [patch] | |
| 4 people starred this issue and may be notified of changes. | Back to list |
The attached patch adds a boxSize argument to the QRCode __init__ function. This sets the number of image pixels per QR pixel. (i.e. boxSize=4 means that each QR pixel is a 4x4 square in the output image) Patch also fixes an off-by-one bug that makes the WR pixels fatter than they should be. |