Skip to content

Instantly share code, notes, and snippets.

@JessiePan
JessiePan / svg2png.py
Created October 24, 2022 03:21 — forked from thomir/svg2png.py
Various ways to convert SVG -> PNG
#!/usr/bin/env python
"""Convert an SVG file to a PNG file."""
from argparse import ArgumentParser
import subprocess
import os.path
def main():