ftp.nice.ch/pub/next/unix/text/rtfdtohtml.1.3.s.tar.gz#/rtfdtohtml-1.3/lib_bin/epstogif_img.sh

This is epstogif_img.sh in view mode; [Download] [Up]

#!/bin/sh
#
#	This script is part of rtfdtohtml.
#	Copyright (c) 1996  Elmar Ludwig - Universitaet Osnabrueck
#
#	Convert eps to gif or png (needs ImageMagick, ghostscript).

if [ $IMG_TYPE = gif ]; then
    interlace=LINE
else
    interlace=NONE
fi

exec convert -interlace $interlace +comment EPS:"${1-"-"}" $IMG_TYPE:-

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.