pyStrich icon indicating copy to clipboard operation
pyStrich copied to clipboard

how to change the size of the output

Open hrbwzq opened this issue 6 years ago • 1 comments

I want to change the size of the output image but after i change it ,it become unclearly.How can i change it during generating.

hrbwzq avatar Apr 13 '20 08:04 hrbwzq

I found the following solution encoder.save( "sample_barcodes/datamatrix_test.png", cellsize=10 ) where you can vary the cellsize parameter.

cndctr avatar Sep 02 '21 09:09 cndctr