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