Sign inSign up

doratex/eps2pgf

By doratex

Updated over 6 years ago

Utility for converting EPS graphics into PGF source

Image
0

292

doratex/eps2pgf repository overview

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.

Tag summary

Content type

Image

Digest

Size

64.1 MB

Last updated

over 6 years ago

docker pull doratex/eps2pgf