pyStrich
pyStrich copied to clipboard
how to change the size of the output
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.
I found the following solution
encoder.save( "sample_barcodes/datamatrix_test.png", cellsize=10 )
where you can vary the cellsize parameter.