minidocks/inkscape
Inkscape is a free and open-source vector graphics editor. It can be used to create or edit vector graphics such as illustrations, diagrams, line arts, charts, logos and complex paintings. Inkscape’s primary vector graphics format is Scalable Vector Graphics (SVG), however, many other formats can be imported and exported.
Potrace is a tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image.
docker run --rm -v `pwd`:/app -w /app minidocks/inkscape \
/usr/share/inkscape/screens/about.svg --export-area-drawing --export-pdf=about.pdf
If you want to run GUI:
xhost +
docker run --rm -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v `pwd`:/app -w /app minidocks/inkscape
Tag | Size |
---|---|
latest, 1 | |
1 |
docker pull minidocks/inkscape