FLIC - fast lossless image compressor, ver. 1.1.demo
(C) 2010-2011, Alexander Ratushnyak, Graystone Compression Technologies Inc.

This executable is for 24-bit images with both width and height <=8160
Please feel free to email pqr@rogers.com and bfrusina@rogers.com for more info.

To compress|decompress a PNM file:  FLIC.exe c|d archive file
Examples:
FLIC.exe c example.flic11 example.ppm
FLIC.exe d example.flic11 example_decompressed.ppm

----
This WIN32 executable was compiled with GCC 3.4.5 (mingw-vista special r3):

gcc -O3 -march=pentiumpro -fomit-frame-pointer -s FLIC.c FLIC24*.c -o FLIC.exe
