NAME

compress_gifs - apply LZW compression to GIF images


SYNOPSIS

compress_gifs file ...


DESCRIPTION

The compress_gifs utility compresses all GIF images in the RTFD files given on the command line. compress_gifs is only useful if you use a program like ImageMagick (non-LZW version) that creates uncompressed GIF files. In order to run this program you must have installed giftopnm and ppmtogif from the NetPBM package.

All file arguments other than RTFD files will be ignored.


Example

    compress_gifs test.rtfd index.rtfd       # apply lzw compression


SEE ALSO

the rtfdtohtml.1 manpage, giftopnm.1, ppmtogif.1


AUTHOR

Elmar Ludwig < feludwig@informatik.Uni-Osnabrueck.DE >