Tis2Bmp for Infinity Games
About Tis2Bmp
  This is a commandline tool I created once while I was working on IETME, to test
  TIS conversion and see if the TIS files I created were ok.
  Installation
  The zip has no installer, but only the program executable. Extract it anywhere you like.
  Getting started
  This is a commandline tool so it has no user interface. To use it, open a dos box and go to the directory
  where you extracted the executable. There run 'tis2bmp.exe' to see how it's used. The usage is as follows:
  tis2bmp.exe [path to TIS file] [width in blocks] [height in blocks]
  Where one block is 64x64 pixels. TIS files always have a with and height that can be dividable by 64. After
  the TIS file has been converted, there will be a BMP file in the same directory as the TIS file with the result.