squeezeImage is a command line utility that I wrote to compress TIFF files using the best possible compression method.

To Compile
	cc -s -O -o squeezeImage squeezeImage.m -lNeXT_s -lsys_s
To view the documentation in preview:
	ptroff -man -t squeezeImage.nr | open
To print the documentation
	ptroff -man squeezeImage.nr


Enjoy.