The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

epf2png - convert EPS files to PNG, JPG or GIF images

SYNOPSIS

    eps2png [ options ] files ...
    eps2gif [ options ] files ...
    eps2jpg [ options ] files ...

DESCRIPTION

Converts files from EPS format (Encapsulated PostScript) to some popular image formats.

If installed as eps2png (the default), it produces PNG images by default. Likewise, eps2gif defaults to GIF images and eps2jpg defaults to JPG. Note that the normal installation procedure will only install eps2png.

It uses GhostScript to produce the images. Since modern GhostScript programs do not support GIF anymore, GIF images are produced via the Portable PixMap converters (PBM-package).

ARGUMENTS

    -png -pngmono -pnggray -png16 -png256 -png16m
                        produce PNG image
    -jpg -jpggray -jpeg -jpeggray
                        produce JPG image
    -gif -gifmono       produce GIF image
    -[no]mono           monochrome/colour rendition
    -res XXX            resolution (default = 82)
    -scale XXX          scaling factor
    -[no]pbm            GIF only: [do not] convert via pbm format
    -output XXX         output to this file (only one input file)
    -[no]keep           [do not] keep temp files
    -help               this message
    -ident              show identification
    -verbose            verbose information

AUTHOR

Johan Vromans, <jvromans@squirrel.nl>.

BUGS

GhostScript and, if required, the PBM package, need to be installed and accessible through the user's PATH.

GhostScript is assumed to be capable of handling all the image types listed above.

COPYRIGHT

This program is distributed under the Artistic License.