qr_code
qr_code copied to clipboard
Fix quiet_space=0 case
When the quiet_space setting is zero, there was a margin of one block around the QR image. That's the same margin that is created for the quiet_space=1 case. This PR fixes the quiet_space=0 case so that there is no margin. When quiet_space is 1 or more, then the margin is quiet_space * block_size.