===============================================
Tecella Lossless Compression Library README
===============================================

This package should contain the following:

1) lib/*:
The TecellaTLC C library that allows you to to read and write TLC files from your own programs.

2) bin/tlc2atf.exe:
An example program that converts TLC files to the text-based ATF format.

3) src/*:
C++ Source code for the TecellaTLC library and the tlc2atf program.  Released as open source under the MIT License.  Includes Makefiles for an MSys+MinGW+gcc4+boost environment.

4) doc/*:
Includes notes/specifications for the TLC file formats.

