Set fixed width for PDF417

This commit is contained in:
Borna Rajković 2025-01-03 20:43:35 +01:00
parent c575a3c357
commit 914f64a08d
1 changed files with 2 additions and 2 deletions

View File

@ -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