Class TilesToImage

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

public class TilesToImage extends Object
Reconstitute an image from tile files.
Since:
3.2.0
Author:
Joel Uckelman
  • Constructor Details

    • TilesToImage

      public TilesToImage()
  • Method Details

    • main

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