Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 439 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 439 Bytes

svg2png: Utility to render svg to png

Based on resvg crate

Usage: svg2png <input> [-o <output>] [--overwrite]

Utility to render svg to png

Positional Arguments:
  input             input svg file or directory

Options:
  -o, --output      output png file path or directory
  --overwrite       overwrite output file if it already exists
  --help            display usage information