littlekt
0.6.0
tools
/
com.lehaine.littlekt.tools.texturepacker
/
ImageProcessor
Image
Processor
class
ImageProcessor
(
val
config
:
TexturePackerConfig
)
Author
Colton Daily
Constructors
Functions
Properties
Constructors
Image
Processor
Link copied to clipboard
fun
ImageProcessor
(
config
:
TexturePackerConfig
)
Functions
add
Image
Link copied to clipboard
fun
addImage
(
file
:
File
)
:
ImageRectData
?
fun
addImage
(
image
:
BufferedImage
,
name
:
String
)
:
ImageRectData
?
process
Image
Link copied to clipboard
fun
processImage
(
input
:
BufferedImage
,
inputName
:
String
)
:
ImageRectData
?
Properties
config
Link copied to clipboard
val
config
:
TexturePackerConfig
data
Link copied to clipboard
val
data
:
List
<
ImageRectData
>