Package VASSAL.tools.image.tilecache
Class ImageToTiles
java.lang.Object
VASSAL.tools.image.tilecache.ImageToTiles
public class ImageToTiles extends Object
Converts an image file to tile files.
- Since:
- 3.2.0
- Author:
- Joel Uckelman
-
Constructor Summary
Constructors Constructor Description ImageToTiles()
-
Method Summary
-
Constructor Details
-
ImageToTiles
public ImageToTiles()
-
-
Method Details
-
main
Converts an image file to tile files.- Parameters:
args
- the first argument is the path of the source image file, the second argument is the destination path for the tile files, the third and fourth arguments are the tile width and height- Throws:
IOException
- if someting goes wrong
-