25 July 2019

How to convert .eps photos into .svg photos, and .svg to .png

How to convert .eps photos into .svg photos, and .svg to .png

https://superuser.com/questions/198460/converting-from-eps-to-svg-format

Install Inkscape on Ubuntu

sudo apt-get install inkscape

EPS to SVG CLI

inkscape filename.eps -l filename.svg

SVG to PNG CLI

inkscape filename.svg -e filename.png

No comments:

Post a Comment