KiteQR
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteQR
kiteqr
/
io.github.yuroyami.kiteqr.pdf417.encoder
/
PDF417
/
Companion
Companion
object
Companion
Members
Functions
determine
Dimensions
Link copied to clipboard
fun
determineDimensions
(
minCols
:
Int
,
maxCols
:
Int
,
minRows
:
Int
,
maxRows
:
Int
,
sourceCodeWords
:
Int
,
errorCorrectionCodeWords
:
Int
)
:
IntArray
Determine optimal nr of columns and rows for the specified number of codewords.