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