Set fixed width for PDF417
This commit is contained in:
parent
c575a3c357
commit
914f64a08d
|
@ -3,8 +3,8 @@ package pdf417
|
|||
import "math"
|
||||
|
||||
const (
|
||||
minCols = 2
|
||||
maxCols = 30
|
||||
minCols = 9
|
||||
maxCols = 9
|
||||
maxRows = 30
|
||||
minRows = 2
|
||||
moduleHeight = 2
|
||||
|
|
Loading…
Reference in New Issue