Class TileToImage

java.lang.Object
VASSAL.tools.image.tilecache.TileToImage

public class TileToImage extends Object
Converts tile files to image files.
Since:
3.2.0
Author:
Joel Uckelman
  • Constructor Details

    • TileToImage

      public TileToImage()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      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