Utility for converting EPS graphics into PGF source
292
This Docker image contains the following environments.
You can convert an EPS graphics into a PGF source in the following manner.
$ docker pull doratex/eps2pgf
$ alias eps2pgf="docker run --rm \
--mount type=bind,src=\"\$(pwd)\",dst=/workdir \
doratex/eps2pgf"
$ eps2pgf sample.eps -o sample.pgf
See my blog entry (Japanese) for details. The Dockerfile used for generating this image is also available there.
Content type
Image
Digest
Size
64.1 MB
Last updated
over 6 years ago
docker pull doratex/eps2pgf