libccs.a and libscs#.a \- conversion libarary for following type of images:

	HIPS, FITS, GIF, ICC, RLE, PNM, SUN-RASTER, AND TIFF

The -lscs# is the conversion library initial routine. This makes your program
	as small as possible when linked with libccs.a (-libccs).
The -lscs1 (libscs1.a) only handles HIPS and FITS images (gray scale).
The -lscs2 (libscs2.a) can handle one more type - RLE image.
The -lscs3 (libscs3.a) handles all of the supporing type images.
The -lscs[1-3] only output HIPS and RLE image.
The -lscs4 (libscs4.a) reads all of the above types, and writes HIPS, RLE, and
Sun-Raster image. It will be able to write all above types, or this ability
will be implemented in libscs5.a (-lscs5).

