korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.atlas
/
AtlasPacker
/
pack
pack
fun
pack
(
items
:
List
<
BmpSlice
>
,
maxSide
:
Int
=
2048
,
maxTextures
:
Int
=
1
,
borderSize
:
Int
=
2
,
fileName
:
String
=
"atlas.png"
)
:
AtlasPacker.Result
<
BmpSlice
>
@
JvmName
(
name
=
"packPairs"
)
fun
<
T
>
pack
(
items
:
List
<
Pair
<
T
,
BmpSlice
>
>
,
maxSide
:
Int
=
2048
,
maxTextures
:
Int
=
16
,
borderSize
:
Int
=
2
,
fileName
:
String
=
"atlas.png"
)
:
AtlasPacker.Result
<
T
>