Class TileUtils

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

public class TileUtils extends Object
A class for reading and writing image tiles. The VASSAL tile format consists of the 18-byte header, followed by gzipped 4-bpp image data. The header is the signature 'VASSAL' (6 bytes), the tile width (4 bytes), the tile height (4 bytes), and the image type (4 bytes).
Since:
3.2.0
Author:
Joel Uckelman