Package arc.packer
Class ImageProcessor
java.lang.Object
arc.packer.ImageProcessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe image will be kept in-memory during packing.void
void
clear()
void
setResampling
(boolean resampling) void
setScale
(float scale)
-
Constructor Details
-
ImageProcessor
-
-
Method Details
-
addImage
- Parameters:
rootPath
- Used to strip the root directory prefix from image file names, can be null.
-
addImage
The image will be kept in-memory during packing.- See Also:
-
setScale
public void setScale(float scale) -
setResampling
public void setResampling(boolean resampling) -
getImages
-
clear
public void clear()
-