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 Details

    • ImageToTiles

      public ImageToTiles()
  • Method Details

    • main

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