This Bourne-shell script converts an NDF into a 256 grey-level
Graphics Interchange Format (GIF) file. One- or two-dimensional
images can be handled and various methods of scaling the data are
provided. The script uses the CONVERT utility
NDF2TIFF to produce a TIFF file and then
various NETPBM utilities to convert the TIFF file into a GIF file.
If the `high' scaling value is less than the `low' value, the output
image will be a negative. Bad values are
set to 0 for positives and 255 for negatives.
Error messages are converted into Starlink style (preceded by !).