home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Peanuts NeXT Software Archives
/
Peanuts-Update.iso
/
CDROM
/
Contents
/
READMEs
/
Peanuts-2
/
Unix
/
graphics
/
sqeezeImage.README
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-11-09
|
330 b
|
11 lines
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.