This is tifftogif_ppm.sh in view mode; [Download] [Up]
#!/bin/sh
#
# This script is part of rtfdtohtml.
# Copyright (c) 1996 Elmar Ludwig - Universitaet Osnabrueck
#
# Convert tiff to gif.
tifftopnm ${1+"$1"} | ppmtogif -interlace -sort
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.