echemdb / svgdigitizer

(x,y) Data Points from SVG files
https://echemdb.github.io/svgdigitizer/
GNU General Public License v3.0
16 stars 8 forks source link

Create png from CLI #190

Open DunklesArchipel opened 1 year ago

DunklesArchipel commented 1 year ago

Add the possibility to save the figure as png with the CLI, such as

svgdigitizer plot <SVG> --save-figure --outdir (optional)

or

svgdigitizer figure <SVG> --save-figure