Linux Commands Examples

A great documentation place for Linux commands

eps2eps

Ghostscript PostScript "distiller"


see also : ps2pdf - ps2ascii - ps2epsi

Synopsis

ps2ps [ options ] input.ps output.ps
eps2eps
[ options ] input.eps output.eps


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
convert heatmap_dragon_bw.png heatmap_dragon_bw_temp.eps
convert heatmap_thai_bw.png heatmap_thai_bw_temp.eps
eps2eps heatmap_buddha_bw_temp.eps heatmap_buddha_bw.eps
eps2eps heatmap_buddha_bw_temp.eps heatmap_buddha_bw.eps
eps2eps heatmap_dragon_bw_temp.eps heatmap_dragon_bw.eps
0
source
            
mv $f $TEMP
eps2eps $TEMP $f
done
rm -f $TEMP
# Generate line defect illustrations
# python Defekti/defects.py
pdflatex magisterij.tex

description

ps2ps uses gs(1) to convert PostScript(tm) file "input.ps" to simpler, normalized and (usually) faster PostScript in "output.ps". Normally the output is allowed to use PostScript Level 2 or Level 3 constructs, but the -dLanguageLevel=1 option restricts the output to Level 1.

eps2eps performs the equivalent optimization for Encapsulated PostScript (EPS) files.

Both accept any general Ghostscript command line options, and respectively options specific to the pswrite and epswrite devices.

files

Run "gs -h" to find the location of Ghostscript documentation on your system, from which you can get more details.

version

This document was last revised for Ghostscript version 9.07.


bugs

The pswrite device used by both ps2ps and eps2eps produces much lower level output than is desirable. Use with caution.


see also

ps2pdf , ps2ascii , ps2epsi


author

Artifex Software, Inc. are the primary maintainers of Ghostscript.

How can this site be more helpful to YOU ?


give  feedback