/SVGtoPNGScript

This script will conver all svg files to png

Primary LanguagePython

SvgToPngScript

Small script to convert all SVG files inside a given input folder to PNG images in given output folder

Script can convert all SVG files into PNG files of a given input folder and saves it to the given output folder.

Library used for converting - Cairosvg[https://cairosvg.org/]

By running this script need to pass two command line arguments

  1. Input folder path
  2. Output folder path

-> If output folder is not exists then it will generate automatically at the given path.