Package VASSAL.tools.image.tilecache
Class TilesToImage
java.lang.Object
VASSAL.tools.image.tilecache.TilesToImage
Reconstitute an image from tile files.
- Since:
- 3.2.0
- Author:
- Joel Uckelman
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TilesToImage
public TilesToImage()
-
-
Method Details
-
main
Converts tile files to an image file.- Parameters:
args
- the first argument is the path of the basename of the tile files, the second argument is the scale factor, the third is the path of the PNG to write- Throws:
IOException
- if something goes wrong
-