int tsmPrintTile (SimpleTileSet *simpleTileSet, unsigned char *tileBuffer, int tx, int ty, FILE *file) Display a tile's buffer data
Display a tile's buffer data.Takes the data for a particular tile and outputs a formatted table of the data values to a stream (e.g. stdout or stderr). This is useful for querying the contents of a tile that has been retrieved with tsmGetTile.