home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / graphics / sqeezeImage.README < prev    next >
Encoding:
Text File  |  1991-07-24  |  330 b   |  11 lines

  1. squeezeImage is a command line utility that I wrote to compress TIFF files using the best possible compression method.
  2.  
  3. To Compile
  4.     cc -s -O -o squeezeImage squeezeImage.m -lNeXT_s -lsys_s
  5. To view the documentation in preview:
  6.     ptroff -man -t squeezeImage.nr | open
  7. To print the documentation
  8.     ptroff -man squeezeImage.nr
  9.  
  10.  
  11. Enjoy.