RWAceTool.exe  2009-2010 Ben Laws

zlib software copyright  1995-2010 Jean-loup Gailly and Mark Adler. 

============
ABOUT
============

This tool will allow you to easily convert various image formats into .ACE

The program can be run from windows, using the GUI interface, or through command line

============
INSTALLATION
============

Copy the files RWAceTool.exe and zlib1.dll to a directory somewhere.

============
USAGE
============

RWAceTool.exe can be run as a GUI or within a command line

To run as a GUI, just run the program without any arguments



To run as command line, run:

	RWAceTool -?

to view all command line options for the program.

============
FEATURES
============

Ability to generate, use existing, or use no mip maps at all
Ability to compress the file using zlib compression (has no effect on quality of the image)
Ability to remember previously converted files
Ability to create a list of files for conversion, and reload this list later on
Converts 32 bit ARGB, 24 RGB and 8 bit Indexed images to ACE format.

============
CHANGE LOG
============

Version 1.0.0.8

	- Fixed missing mip maps for uncompressed images

Version 1.0.0.7

	- Fixed having too many items in the MRU list under single conversion

Version 1.0.0.6

	- First public beta