How to resize QRCode
The following profile
parameter will generate an 111x111 QRCode and remove the white padding:
{ 'DrawQuietZones': false, 'FitInto()': [ 111, 111, 'Pixel' ] }
The following profile
parameter will generate an 111x111 QRCode and remove the white padding:
{ 'DrawQuietZones': false, 'FitInto()': [ 111, 111, 'Pixel' ] }
0 Comments