The file 3DLDF-1.1.5.1/CWEB/cnepspng.el contains
definitions of two Emacs-Lisp functions that can be used to
convert Encapsulated PostScript (EPS) files to structured PostScript
(PS) and Portable Network Graphics (PNG) files.
| convert-eps filename do-not-delete-files | Emacs-Lisp function |
|
Converts an EPS image file to the PS and PNG formats.
If called interactively, If do-not-delete-files is |
| convert-eps-loop arg start end | Emacs-Lisp function |
Converts a set of EPS image files to the PS and PNG formats.
The files
must all have the same filename, and the extensions must form a range of
positive integers. For example, convert-eps-loop can be
used to convert the files 3DLDFmp.1, 3DLDFmp.2, and
3DLDFmp.3 to 3DLDFmp.1.ps, 3DLDFmp.2.ps, and
3DLDFmp.3.ps on the one hand, and
3DLDFmp.1.png, 3DLDFmp.2.png,
3DLDFmp.3.png on the other.
If For all i \in \INT and start \le i \le end,
do-not-delete-files is also passed to |